#EFA1CA

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

Shades of Shocking #EFA1CA

Tints of Shocking #EFA1CA

Color information

#EFA1CA (or 0xEFA1CA) is unknown color: approx Shocking. HEX triplet: EF, A1 and CA. RGB value is (239,161,202). Sum of RGB (Red+Green+Blue) = 239+161+202=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 161 (63.28% from 255 or 26.74% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA1CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA1CA is #105E35. Grayscale: #BCBCBC. Windows color (decimal): -1072694 or 13279727. OLE color: 13279727.

HSL color Cylindrical-coordinate representation of color #EFA1CA: hue angle of 328.46º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFA1CA is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB239161202-
CMYK00.330.150.06
HSL328.46º70.91%78.43%-
HSV(B)328.46º32.64%93.73%-
XYZ5948.162.05-
YUV189135.34163.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.70%
GREEN value IS 161 (63.28% from 255) = 26.74%
BLUE value IS 202 (79.30% from 255) = 33.55%
R=39.70%
G=26.74%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916120200.330.150.06328.4670.9178.43
HexEFA1CA021F6148474e
Octal357241312041176510107116
Binary1110111110100001110010100100001111111010100100010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA1CA; }

 p { color: rgb(239,161,202); }

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

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

 a { background-color: rgb(239,161,202); }

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

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

 span { border-color: rgb(239,161,202); }

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