#E69ACB

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

Shades of Shocking #E69ACB

Tints of Shocking #E69ACB

Color information

#E69ACB (or 0xE69ACB) is unknown color: approx Shocking. HEX triplet: E6, 9A and CB. RGB value is (230,154,203). Sum of RGB (Red+Green+Blue) = 230+154+203=587 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.18% from 587); Green value is 154 (60.55% from 255 or 26.24% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 230 - color contains mainly: red. Hex color #E69ACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69ACB is #196534. Grayscale: #B6B6B6. Windows color (decimal): -1664309 or 13343462. OLE color: 13343462.

HSL color Cylindrical-coordinate representation of color #E69ACB: hue angle of 321.32º 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 #E69ACB is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB230154203-
CMYK00.330.120.10
HSL321.32º60.32%75.29%-
HSV(B)321.32º33.04%90.2%-
XYZ54.9744.2562.14-
YUV182.31139.68162.02-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.18%
GREEN value IS 154 (60.55% from 255) = 26.24%
BLUE value IS 203 (79.69% from 255) = 34.58%
R=39.18%
G=26.24%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015420300.330.120.10321.3260.3275.29
HexE69ACB021CA1413c4b
Octal346232313041141250174113
Binary1110011010011010110010110100001110010101010000011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69ACB; }

 p { color: rgb(230,154,203); }

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

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

 a { background-color: rgb(230,154,203); }

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

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

 span { border-color: rgb(230,154,203); }

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