#EF8EBB

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

Shades of Shocking #EF8EBB

Tints of Shocking #EF8EBB

Color information

#EF8EBB (or 0xEF8EBB) is unknown color: approx Shocking. HEX triplet: EF, 8E and BB. RGB value is (239,142,187). Sum of RGB (Red+Green+Blue) = 239+142+187=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 142 (55.86% from 255 or 25% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8EBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8EBB is #107144. Grayscale: #B0B0B0. Windows color (decimal): -1077573 or 12291823. OLE color: 12291823.

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

Color convert

RGB239142187-
CMYK00.410.220.06
HSL332.16º75.19%74.71%-
HSV(B)332.16º40.59%93.73%-
XYZ54.2441.2852.12-
YUV176.13134.14172.84-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.08%
GREEN value IS 142 (55.86% from 255) = 25%
BLUE value IS 187 (73.44% from 255) = 32.92%
R=42.08%
G=25%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914218700.410.220.06332.1675.1974.71
HexEF8EBB02916614c4b4b
Octal357216273051266514113113
Binary11101111100011101011101101010011011011010100110010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8EBB; }

 p { color: rgb(239,142,187); }

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

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

 a { background-color: rgb(239,142,187); }

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

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

 span { border-color: rgb(239,142,187); }

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