#EF8DB7

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

Shades of Shocking #EF8DB7

Tints of Shocking #EF8DB7

Color information

#EF8DB7 (or 0xEF8DB7) is unknown color: approx Shocking. HEX triplet: EF, 8D and B7. RGB value is (239,141,183). Sum of RGB (Red+Green+Blue) = 239+141+183=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 141 (55.47% from 255 or 25.04% from 563); Blue value is 183 (71.88% from 255 or 32.50% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8DB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8DB7 is #107248. Grayscale: #AFAFAF. Windows color (decimal): -1077833 or 12029423. OLE color: 12029423.

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

Color convert

RGB239141183-
CMYK00.410.230.06
HSL334.29º75.38%74.51%-
HSV(B)334.29º41%93.73%-
XYZ53.6740.8249.85-
YUV175.09132.47173.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.45%
GREEN value IS 141 (55.47% from 255) = 25.04%
BLUE value IS 183 (71.88% from 255) = 32.50%
R=42.45%
G=25.04%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914118300.410.230.06334.2975.3874.51
HexEF8DB702917614e4b4b
Octal357215267051276516113113
Binary11101111100011011011011101010011011111010100111010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8DB7; }

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

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

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

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

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

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

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

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