#E69CCB

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

Shades of Shocking #E69CCB

Tints of Shocking #E69CCB

Color information

#E69CCB (or 0xE69CCB) is unknown color: approx Shocking. HEX triplet: E6, 9C and CB. RGB value is (230,156,203). Sum of RGB (Red+Green+Blue) = 230+156+203=589 (78% of max value = 765). Red value is 230 (90.23% from 255 or 39.05% from 589); Green value is 156 (61.33% from 255 or 26.49% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 230 - color contains mainly: red. Hex color #E69CCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69CCB is #196334. Grayscale: #B7B7B7. Windows color (decimal): -1663797 or 13343974. OLE color: 13343974.

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

Color convert

RGB230156203-
CMYK00.320.120.10
HSL321.89º59.68%75.69%-
HSV(B)321.89º32.17%90.2%-
XYZ55.344.9162.25-
YUV183.48139.02161.18-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.05%
GREEN value IS 156 (61.33% from 255) = 26.49%
BLUE value IS 203 (79.69% from 255) = 34.47%
R=39.05%
G=26.49%
B=34.47%

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
Decimal23015620300.320.120.10321.8959.6875.69
HexE69CCB020CA1423c4c
Octal346234313040141250274114
Binary1110011010011100110010110100000110010101010000101111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69CCB; }

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

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

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

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

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

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

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

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