#EF9DC1

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

Shades of Shocking #EF9DC1

Tints of Shocking #EF9DC1

Color information

#EF9DC1 (or 0xEF9DC1) is unknown color: approx Shocking. HEX triplet: EF, 9D and C1. RGB value is (239,157,193). Sum of RGB (Red+Green+Blue) = 239+157+193=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 157 (61.72% from 255 or 26.66% from 589); Blue value is 193 (75.78% from 255 or 32.77% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9DC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9DC1 is #10623E. Grayscale: #B9B9B9. Windows color (decimal): -1073727 or 12688879. OLE color: 12688879.

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

Color convert

RGB239157193-
CMYK00.340.190.06
HSL333.66º71.93%77.65%-
HSV(B)333.66º34.31%93.73%-
XYZ57.2846.3156.37-
YUV185.62132.17166.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.58%
GREEN value IS 157 (61.72% from 255) = 26.66%
BLUE value IS 193 (75.78% from 255) = 32.77%
R=40.58%
G=26.66%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915719300.340.190.06333.6671.9377.65
HexEF9DC102213614e484e
Octal357235301042236516110116
Binary11101111100111011100000101000101001111010100111010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9DC1; }

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

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

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

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

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

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

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

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