#E69ECE

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

Shades of Shocking #E69ECE

Tints of Shocking #E69ECE

Color information

#E69ECE (or 0xE69ECE) is unknown color: approx Shocking. HEX triplet: E6, 9E and CE. RGB value is (230,158,206). Sum of RGB (Red+Green+Blue) = 230+158+206=594 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.72% from 594); Green value is 158 (62.11% from 255 or 26.60% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 230 - color contains mainly: red. Hex color #E69ECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69ECE is #196131. Grayscale: #B8B8B8. Windows color (decimal): -1663282 or 13541094. OLE color: 13541094.

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

Color convert

RGB230158206-
CMYK00.310.100.10
HSL320º59.02%76.08%-
HSV(B)320º31.3%90.2%-
XYZ5645.7364.27-
YUV185139.85160.1-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.72%
GREEN value IS 158 (62.11% from 255) = 26.60%
BLUE value IS 206 (80.86% from 255) = 34.68%
R=38.72%
G=26.60%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015820600.310.100.1032059.0276.08
HexE69ECE01FAA1403b4c
Octal346236316037121250073114
Binary111001101001111011001110011111101010101010000001110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69ECE; }

 p { color: rgb(230,158,206); }

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

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

 a { background-color: rgb(230,158,206); }

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

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

 span { border-color: rgb(230,158,206); }

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