#EF9ABA

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

Shades of Shocking #EF9ABA

Tints of Shocking #EF9ABA

Color information

#EF9ABA (or 0xEF9ABA) is unknown color: approx Shocking. HEX triplet: EF, 9A and BA. RGB value is (239,154,186). Sum of RGB (Red+Green+Blue) = 239+154+186=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 154 (60.55% from 255 or 26.60% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9ABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9ABA is #106545. Grayscale: #B7B7B7. Windows color (decimal): -1074502 or 12229359. OLE color: 12229359.

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

Color convert

RGB239154186-
CMYK00.360.220.06
HSL337.41º72.65%77.06%-
HSV(B)337.41º35.56%93.73%-
XYZ56.0245.0152.19-
YUV183.06129.66167.9-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.28%
GREEN value IS 154 (60.55% from 255) = 26.60%
BLUE value IS 186 (73.05% from 255) = 32.12%
R=41.28%
G=26.60%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915418600.360.220.06337.4172.6577.06
HexEF9ABA024166151494d
Octal357232272044266521111115
Binary11101111100110101011101001001001011011010101000110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9ABA; }

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

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

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

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

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

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

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

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