#EF9DC0

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

Shades of Shocking #EF9DC0

Tints of Shocking #EF9DC0

Color information

#EF9DC0 (or 0xEF9DC0) is unknown color: approx Shocking. HEX triplet: EF, 9D and C0. RGB value is (239,157,192). Sum of RGB (Red+Green+Blue) = 239+157+192=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 157 (61.72% from 255 or 26.70% from 588); Blue value is 192 (75.39% from 255 or 32.65% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9DC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9DC0 is #10623F. Grayscale: #B9B9B9. Windows color (decimal): -1073728 or 12623343. OLE color: 12623343.

HSL color Cylindrical-coordinate representation of color #EF9DC0: hue angle of 334.39º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EF9DC0 is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB239157192-
CMYK00.340.200.06
HSL334.39º71.93%77.65%-
HSV(B)334.39º34.31%93.73%-
XYZ57.1746.2755.79-
YUV185.51131.67166.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.65%
GREEN value IS 157 (61.72% from 255) = 26.70%
BLUE value IS 192 (75.39% from 255) = 32.65%
R=40.65%
G=26.70%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915719200.340.200.06334.3971.9377.65
HexEF9DC002214614e484e
Octal357235300042246516110116
Binary11101111100111011100000001000101010011010100111010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9DC0; }

 p { color: rgb(239,157,192); }

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

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

 a { background-color: rgb(239,157,192); }

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

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

 span { border-color: rgb(239,157,192); }

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