#EEA3BC

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

Shades of Shocking #EEA3BC

Tints of Shocking #EEA3BC

Color information

#EEA3BC (or 0xEEA3BC) is unknown color: approx Shocking. HEX triplet: EE, A3 and BC. RGB value is (238,163,188). Sum of RGB (Red+Green+Blue) = 238+163+188=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 163 (64.06% from 255 or 27.67% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA3BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA3BC is #115C43. Grayscale: #BCBCBC. Windows color (decimal): -1137732 or 12362734. OLE color: 12362734.

HSL color Cylindrical-coordinate representation of color #EEA3BC: hue angle of 340º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEA3BC is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB238163188-
CMYK00.320.210.07
HSL340º68.81%78.63%-
HSV(B)340º31.51%93.33%-
XYZ57.434853.82-
YUV188.27127.85163.47-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.41%
GREEN value IS 163 (64.06% from 255) = 27.67%
BLUE value IS 188 (73.83% from 255) = 31.92%
R=40.41%
G=27.67%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816318800.320.210.0734068.8178.63
HexEEA3BC020157154454f
Octal356243274040257524105117
Binary11101110101000111011110001000001010111110101010010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA3BC; }

 p { color: rgb(238,163,188); }

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

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

 a { background-color: rgb(238,163,188); }

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

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

 span { border-color: rgb(238,163,188); }

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