#EF9AC8

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

Shades of Shocking #EF9AC8

Tints of Shocking #EF9AC8

Color information

#EF9AC8 (or 0xEF9AC8) is unknown color: approx Shocking. HEX triplet: EF, 9A and C8. RGB value is (239,154,200). Sum of RGB (Red+Green+Blue) = 239+154+200=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 154 (60.55% from 255 or 25.97% from 593); Blue value is 200 (78.52% from 255 or 33.73% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9AC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9AC8 is #106537. Grayscale: #B8B8B8. Windows color (decimal): -1074488 or 13146863. OLE color: 13146863.

HSL color Cylindrical-coordinate representation of color #EF9AC8: hue angle of 327.53º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EF9AC8 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB239154200-
CMYK00.360.160.06
HSL327.53º72.65%77.06%-
HSV(B)327.53º35.56%93.73%-
XYZ57.5845.6360.42-
YUV184.66136.66166.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.30%
GREEN value IS 154 (60.55% from 255) = 25.97%
BLUE value IS 200 (78.52% from 255) = 33.73%
R=40.30%
G=25.97%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915420000.360.160.06327.5372.6577.06
HexEF9AC8024106148494d
Octal357232310044206510111115
Binary11101111100110101100100001001001000011010100100010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9AC8; }

 p { color: rgb(239,154,200); }

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

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

 a { background-color: rgb(239,154,200); }

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

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

 span { border-color: rgb(239,154,200); }

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