#EFA0C4

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

Shades of Shocking #EFA0C4

Tints of Shocking #EFA0C4

Color information

#EFA0C4 (or 0xEFA0C4) is unknown color: approx Shocking. HEX triplet: EF, A0 and C4. RGB value is (239,160,196). Sum of RGB (Red+Green+Blue) = 239+160+196=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 160 (62.89% from 255 or 26.89% from 595); Blue value is 196 (76.95% from 255 or 32.94% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA0C4 is #105F3B. Grayscale: #BBBBBB. Windows color (decimal): -1072956 or 12886255. OLE color: 12886255.

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

Color convert

RGB239160196-
CMYK00.330.180.06
HSL332.66º71.17%78.24%-
HSV(B)332.66º33.05%93.73%-
XYZ58.1347.4858.32-
YUV187.72132.67164.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.17%
GREEN value IS 160 (62.89% from 255) = 26.89%
BLUE value IS 196 (76.95% from 255) = 32.94%
R=40.17%
G=26.89%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916019600.330.180.06332.6671.1778.24
HexEFA0C402112614d474e
Octal357240304041226515107116
Binary11101111101000001100010001000011001011010100110110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA0C4; }

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

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

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

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

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

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

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

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