#E69DCB

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

Shades of Shocking #E69DCB

Tints of Shocking #E69DCB

Color information

#E69DCB (or 0xE69DCB) is unknown color: approx Shocking. HEX triplet: E6, 9D and CB. RGB value is (230,157,203). Sum of RGB (Red+Green+Blue) = 230+157+203=590 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.98% from 590); Green value is 157 (61.72% from 255 or 26.61% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 230 - color contains mainly: red. Hex color #E69DCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69DCB is #196234. Grayscale: #B7B7B7. Windows color (decimal): -1663541 or 13344230. OLE color: 13344230.

HSL color Cylindrical-coordinate representation of color #E69DCB: hue angle of 322.19º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E69DCB is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB230157203-
CMYK00.320.120.10
HSL322.19º59.35%75.88%-
HSV(B)322.19º31.74%90.2%-
XYZ55.4745.2562.31-
YUV184.07138.68160.76-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.98%
GREEN value IS 157 (61.72% from 255) = 26.61%
BLUE value IS 203 (79.69% from 255) = 34.41%
R=38.98%
G=26.61%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015720300.320.120.10322.1959.3575.88
HexE69DCB020CA1423b4c
Octal346235313040141250273114
Binary1110011010011101110010110100000110010101010000101110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69DCB; }

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

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

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

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

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

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

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

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