#EF9ACA

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

Shades of Shocking #EF9ACA

Tints of Shocking #EF9ACA

Color information

#EF9ACA (or 0xEF9ACA) is unknown color: approx Shocking. HEX triplet: EF, 9A and CA. RGB value is (239,154,202). Sum of RGB (Red+Green+Blue) = 239+154+202=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 154 (60.55% from 255 or 25.88% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9ACA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9ACA is #106535. Grayscale: #B8B8B8. Windows color (decimal): -1074486 or 13277935. OLE color: 13277935.

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

Color convert

RGB239154202-
CMYK00.360.150.06
HSL326.12º72.65%77.06%-
HSV(B)326.12º35.56%93.73%-
XYZ57.8145.7361.66-
YUV184.89137.66166.6-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.17%
GREEN value IS 154 (60.55% from 255) = 25.88%
BLUE value IS 202 (79.30% from 255) = 33.95%
R=40.17%
G=25.88%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915420200.360.150.06326.1272.6577.06
HexEF9ACA024F6146494d
Octal357232312044176506111115
Binary1110111110011010110010100100100111111010100011010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9ACA; }

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

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

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

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

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

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

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

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