#EF8FB7

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

Shades of Shocking #EF8FB7

Tints of Shocking #EF8FB7

Color information

#EF8FB7 (or 0xEF8FB7) is unknown color: approx Shocking. HEX triplet: EF, 8F and B7. RGB value is (239,143,183). Sum of RGB (Red+Green+Blue) = 239+143+183=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 143 (56.25% from 255 or 25.31% from 565); Blue value is 183 (71.88% from 255 or 32.39% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8FB7 is #107048. Grayscale: #B0B0B0. Windows color (decimal): -1077321 or 12029935. OLE color: 12029935.

HSL color Cylindrical-coordinate representation of color #EF8FB7: hue angle of 335º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF8FB7 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB239143183-
CMYK00.400.230.06
HSL335º75%74.9%-
HSV(B)335º40.17%93.73%-
XYZ53.9741.4149.95-
YUV176.26131.8172.75-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.30%
GREEN value IS 143 (56.25% from 255) = 25.31%
BLUE value IS 183 (71.88% from 255) = 32.39%
R=42.30%
G=25.31%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914318300.400.230.063357574.9
HexEF8FB702817614f4b4b
Octal357217267050276517113113
Binary11101111100011111011011101010001011111010100111110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8FB7; }

 p { color: rgb(239,143,183); }

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

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

 a { background-color: rgb(239,143,183); }

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

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

 span { border-color: rgb(239,143,183); }

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