#E69BBD

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

Shades of Shocking #E69BBD

Tints of Shocking #E69BBD

Color information

#E69BBD (or 0xE69BBD) is unknown color: approx Shocking. HEX triplet: E6, 9B and BD. RGB value is (230,155,189). Sum of RGB (Red+Green+Blue) = 230+155+189=574 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40.07% from 574); Green value is 155 (60.94% from 255 or 27.00% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 230 - color contains mainly: red. Hex color #E69BBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69BBD is #196442. Grayscale: #B5B5B5. Windows color (decimal): -1664067 or 12426214. OLE color: 12426214.

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

Color convert

RGB230155189-
CMYK00.330.180.10
HSL332.8º60%75.49%-
HSV(B)332.8º32.61%90.2%-
XYZ53.5443.9453.8-
YUV181.3132.35162.74-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.07%
GREEN value IS 155 (60.94% from 255) = 27.00%
BLUE value IS 189 (74.22% from 255) = 32.93%
R=40.07%
G=27.00%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015518900.330.180.10332.86075.49
HexE69BBD02112A14d3c4b
Octal346233275041221251574113
Binary11100110100110111011110101000011001010101010011011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69BBD; }

 p { color: rgb(230,155,189); }

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

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

 a { background-color: rgb(230,155,189); }

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

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

 span { border-color: rgb(230,155,189); }

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