#EF9AC7

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

Shades of Shocking #EF9AC7

Tints of Shocking #EF9AC7

Color information

#EF9AC7 (or 0xEF9AC7) is unknown color: approx Shocking. HEX triplet: EF, 9A and C7. RGB value is (239,154,199). Sum of RGB (Red+Green+Blue) = 239+154+199=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 154 (60.55% from 255 or 26.01% from 592); Blue value is 199 (78.12% from 255 or 33.61% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9AC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9AC7 is #106538. Grayscale: #B8B8B8. Windows color (decimal): -1074489 or 13081327. OLE color: 13081327.

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

Color convert

RGB239154199-
CMYK00.360.170.06
HSL328.24º72.65%77.06%-
HSV(B)328.24º35.56%93.73%-
XYZ57.4645.5959.8-
YUV184.54136.16166.84-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.37%
GREEN value IS 154 (60.55% from 255) = 26.01%
BLUE value IS 199 (78.12% from 255) = 33.61%
R=40.37%
G=26.01%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915419900.360.170.06328.2472.6577.06
HexEF9AC7024116148494d
Octal357232307044216510111115
Binary11101111100110101100011101001001000111010100100010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9AC7; }

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

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

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

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

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

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

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

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