#E69CC4

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

Shades of Shocking #E69CC4

Tints of Shocking #E69CC4

Color information

#E69CC4 (or 0xE69CC4) is unknown color: approx Shocking. HEX triplet: E6, 9C and C4. RGB value is (230,156,196). Sum of RGB (Red+Green+Blue) = 230+156+196=582 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.52% from 582); Green value is 156 (61.33% from 255 or 26.80% from 582); Blue value is 196 (76.95% from 255 or 33.68% from 582); Max value from RGB is 230 - color contains mainly: red. Hex color #E69CC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69CC4 is #19633B. Grayscale: #B6B6B6. Windows color (decimal): -1663804 or 12885222. OLE color: 12885222.

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

Color convert

RGB230156196-
CMYK00.320.150.10
HSL327.57º59.68%75.69%-
HSV(B)327.57º32.17%90.2%-
XYZ54.4944.5957.96-
YUV182.69135.52161.75-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.52%
GREEN value IS 156 (61.33% from 255) = 26.80%
BLUE value IS 196 (76.95% from 255) = 33.68%
R=39.52%
G=26.80%
B=33.68%

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
Decimal23015619600.320.150.10327.5759.6875.69
HexE69CC4020FA1483c4c
Octal346234304040171251074114
Binary1110011010011100110001000100000111110101010010001111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69CC4; }

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

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

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

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

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

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

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

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