Html Css Color HEX #EF9DB9 Shocking

📋 copy color: '#EF9DB9'

red 239 ◦ green 157 ◦ blue 185

#EF9DB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shocking #EF9DB9

Tints of Shocking #EF9DB9

RGB

 RED value IS 239 (93.75% from 255) = 41.14%

 GREEN value IS 157 (61.72% from 255) = 27.02%

 BLUE value IS 185 (72.66% from 255) = 31.84%

R = 41.14%
G = 27.02%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EF9DB9 (or 0xEF9DB9) is known color: Shocking. HEX triplet: EF, 9D and B9. RGB value is (239,157,185). Sum of RGB (Red+Green+Blue) = 239+157+185=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 157 (61.72% from 255 or 27.02% from 581); Blue value is 185 (72.66% from 255 or 31.84% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9DB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9DB9 is #106246. Grayscale: #B8B8B8. Windows color (decimal): -1073735 or 12164591. OLE color: 12164591.

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

Color convert

RGB 239 157 185 -
CMYK 0 0.34 0.23 0.06
HSL 339.51º 0.72% 0.78% -
HSV(B) 339.51º 0.34% 0.94% -
XYZ 56.41 45.97 51.8 -
YUV 184.71 128.17 166.72 -
System Red Green Blue C M Y K H S L
Decimal 239 157 185 0 0.34 0.23 0.06 339.51 0.72 0.78
Hex EF 9D B9 0 22 17 6 154 48 4E
Octal 357 235 271 0 42 27 6 524 110 116
Binary 11101111 10011101 10111001 0 100010 10111 110 101010100 1001000 1001110

Color Harmonies of #EF9DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9DB9

Black with #EF9DB9

Text Example


Text Example

White with #EF9DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9DB9; }

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

 H1.HeaderClassName
 {
   color: #EF9DB9;
 }
 .AnyTagClassName
 {
   color: #EF9DB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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