#EFA4C2

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

Shades of Shocking #EFA4C2

Tints of Shocking #EFA4C2

Color information

#EFA4C2 (or 0xEFA4C2) is unknown color: approx Shocking. HEX triplet: EF, A4 and C2. RGB value is (239,164,194). Sum of RGB (Red+Green+Blue) = 239+164+194=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 164 (64.45% from 255 or 27.47% from 597); Blue value is 194 (76.17% from 255 or 32.50% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA4C2 is #105B3D. Grayscale: #BDBDBD. Windows color (decimal): -1071934 or 12756207. OLE color: 12756207.

HSL color Cylindrical-coordinate representation of color #EFA4C2: hue angle of 336º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFA4C2 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB239164194-
CMYK00.310.190.06
HSL336º70.09%79.02%-
HSV(B)336º31.38%93.73%-
XYZ58.6148.857.37-
YUV189.84130.35163.06-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.03%
GREEN value IS 164 (64.45% from 255) = 27.47%
BLUE value IS 194 (76.17% from 255) = 32.50%
R=40.03%
G=27.47%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916419400.310.190.0633670.0979.02
HexEFA4C201F136150464f
Octal357244302037236520106117
Binary1110111110100100110000100111111001111010101000010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA4C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA4C2; }

 p { color: rgb(239,164,194); }

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

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

 a { background-color: rgb(239,164,194); }

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

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

 span { border-color: rgb(239,164,194); }

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