#EF9ABE

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

Shades of Shocking #EF9ABE

Tints of Shocking #EF9ABE

Color information

#EF9ABE (or 0xEF9ABE) is unknown color: approx Shocking. HEX triplet: EF, 9A and BE. RGB value is (239,154,190). Sum of RGB (Red+Green+Blue) = 239+154+190=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 154 (60.55% from 255 or 26.42% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9ABE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9ABE is #106541. Grayscale: #B7B7B7. Windows color (decimal): -1074498 or 12491503. OLE color: 12491503.

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

Color convert

RGB239154190-
CMYK00.360.210.06
HSL334.59º72.65%77.06%-
HSV(B)334.59º35.56%93.73%-
XYZ56.4545.1854.46-
YUV183.52131.66167.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.99%
GREEN value IS 154 (60.55% from 255) = 26.42%
BLUE value IS 190 (74.61% from 255) = 32.59%
R=40.99%
G=26.42%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915419000.360.210.06334.5972.6577.06
HexEF9ABE02415614f494d
Octal357232276044256517111115
Binary11101111100110101011111001001001010111010100111110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9ABE; }

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

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

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

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

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

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

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

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