#EFA0CE

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

Shades of Shocking #EFA0CE

Tints of Shocking #EFA0CE

Color information

#EFA0CE (or 0xEFA0CE) is unknown color: approx Shocking. HEX triplet: EF, A0 and CE. RGB value is (239,160,206). Sum of RGB (Red+Green+Blue) = 239+160+206=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 160 (62.89% from 255 or 26.45% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA0CE is #105F31. Grayscale: #BCBCBC. Windows color (decimal): -1072946 or 13541615. OLE color: 13541615.

HSL color Cylindrical-coordinate representation of color #EFA0CE: hue angle of 325.06º 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 #EFA0CE is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB239160206-
CMYK00.330.140.06
HSL325.06º71.17%78.24%-
HSV(B)325.06º33.05%93.73%-
XYZ59.3147.9564.52-
YUV188.86137.67163.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.50%
GREEN value IS 160 (62.89% from 255) = 26.45%
BLUE value IS 206 (80.86% from 255) = 34.05%
R=39.50%
G=26.45%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916020600.330.140.06325.0671.1778.24
HexEFA0CE021E6145474e
Octal357240316041166505107116
Binary1110111110100000110011100100001111011010100010110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA0CE; }

 p { color: rgb(239,160,206); }

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

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

 a { background-color: rgb(239,160,206); }

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

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

 span { border-color: rgb(239,160,206); }

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