#E69DC4

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

Shades of Shocking #E69DC4

Tints of Shocking #E69DC4

Color information

#E69DC4 (or 0xE69DC4) is unknown color: approx Shocking. HEX triplet: E6, 9D and C4. RGB value is (230,157,196). Sum of RGB (Red+Green+Blue) = 230+157+196=583 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.45% from 583); Green value is 157 (61.72% from 255 or 26.93% from 583); Blue value is 196 (76.95% from 255 or 33.62% from 583); Max value from RGB is 230 - color contains mainly: red. Hex color #E69DC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69DC4 is #19623B. Grayscale: #B7B7B7. Windows color (decimal): -1663548 or 12885478. OLE color: 12885478.

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

Color convert

RGB230157196-
CMYK00.320.150.10
HSL327.95º59.35%75.88%-
HSV(B)327.95º31.74%90.2%-
XYZ54.6544.9258.01-
YUV183.27135.18161.33-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.45%
GREEN value IS 157 (61.72% from 255) = 26.93%
BLUE value IS 196 (76.95% from 255) = 33.62%
R=39.45%
G=26.93%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015719600.320.150.10327.9559.3575.88
HexE69DC4020FA1483b4c
Octal346235304040171251073114
Binary1110011010011101110001000100000111110101010010001110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69DC4; }

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

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

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

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

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

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

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

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