#E69DC3

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

Shades of Shocking #E69DC3

Tints of Shocking #E69DC3

Color information

#E69DC3 (or 0xE69DC3) is unknown color: approx Shocking. HEX triplet: E6, 9D and C3. RGB value is (230,157,195). Sum of RGB (Red+Green+Blue) = 230+157+195=582 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.52% from 582); Green value is 157 (61.72% from 255 or 26.98% from 582); Blue value is 195 (76.56% from 255 or 33.51% from 582); Max value from RGB is 230 - color contains mainly: red. Hex color #E69DC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69DC3 is #19623C. Grayscale: #B7B7B7. Windows color (decimal): -1663549 or 12819942. OLE color: 12819942.

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

Color convert

RGB230157195-
CMYK00.320.150.10
HSL328.77º59.35%75.88%-
HSV(B)328.77º31.74%90.2%-
XYZ54.5444.8857.42-
YUV183.16134.68161.41-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.52%
GREEN value IS 157 (61.72% from 255) = 26.98%
BLUE value IS 195 (76.56% from 255) = 33.51%
R=39.52%
G=26.98%
B=33.51%

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
Decimal23015719500.320.150.10328.7759.3575.88
HexE69DC3020FA1493b4c
Octal346235303040171251173114
Binary1110011010011101110000110100000111110101010010011110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69DC3; }

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

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

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

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

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

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

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

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