#EF9AC3

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

Shades of Shocking #EF9AC3

Tints of Shocking #EF9AC3

Color information

#EF9AC3 (or 0xEF9AC3) is unknown color: approx Shocking. HEX triplet: EF, 9A and C3. RGB value is (239,154,195). Sum of RGB (Red+Green+Blue) = 239+154+195=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 154 (60.55% from 255 or 26.19% from 588); Blue value is 195 (76.56% from 255 or 33.16% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9AC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9AC3 is #10653C. Grayscale: #B8B8B8. Windows color (decimal): -1074493 or 12819183. OLE color: 12819183.

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

Color convert

RGB239154195-
CMYK00.360.180.06
HSL331.06º72.65%77.06%-
HSV(B)331.06º35.56%93.73%-
XYZ5745.457.39-
YUV184.09134.16167.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.65%
GREEN value IS 154 (60.55% from 255) = 26.19%
BLUE value IS 195 (76.56% from 255) = 33.16%
R=40.65%
G=26.19%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915419500.360.180.06331.0672.6577.06
HexEF9AC302412614b494d
Octal357232303044226513111115
Binary11101111100110101100001101001001001011010100101110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9AC3; }

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

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

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

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

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

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

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

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