#e595bb

Color #E595BB Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #E595BB

Tints of Shocking #E595BB

Color information

#E595BB (or 0xE595BB) is unknown color: approx Shocking. HEX triplet: E5, 95 and BB. RGB value is (229,149,187). Sum of RGB (Red+Green+Blue) = 229+149+187=565 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.53% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 229 - color contains mainly: red. Hex color #E595BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E595BB is #1A6A44. Grayscale: #B1B1B1. Windows color (decimal): -1731141 or 12293605. OLE color: 12293605.

HSL color Cylindrical-coordinate representation of color #E595BB: hue angle of 331.5º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E595BB is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB229149187-
CMYK00.350.180.10
HSL331.5º60.61%74.12%-
HSV(B)331.5º34.93%89.8%-
XYZ52.0341.7452.33-
YUV177.25133.5164.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 229 (89.84% from 255) = 40.53%
GREEN value IS 149 (58.59% from 255) = 26.37%
BLUE value IS 187 (73.44% from 255) = 33.10%
R=40.53%
G=26.37%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914918700.350.180.10331.560.6174.12
HexE595BB02312A14c3d4a
Octal345225273043221251475112
Binary11100101100101011011101101000111001010101010011001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e595bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e595bb; }

 p { color: rgb(229,149,187); }

 H1.HeaderClassName
 {
   color: #e595bb;
 }
 .AnyTagClassName
 {
   color: #e595bb;
 }
</style>
background-color css

<style>
 a { background-color: #e595bb; }

 a { background-color: rgb(229,149,187); }

 div.DivClassName
 {
   background-color: #e595bb;
 }
 .BgClassName
 {
   background-color: #e595bb;
 }
</style>
border-color css

<style>
 span { border-color: #e595bb; }

 span { border-color: rgb(229,149,187); }

 td.TdClassName
 {
   border-color: #e595bb;
 }
 .TagClassName
 {
   border-color: #e595bb;
 }
</style>