Html Css Color HEX #EF0BD8 Hot Magenta

📋 copy color: '#EF0BD8'

red 239 ◦ green 11 ◦ blue 216

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

Shades of Hot Magenta #EF0BD8

Tints of Hot Magenta #EF0BD8

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.36%

 BLUE value IS 216 (84.77% from 255) = 46.35%

R = 51.29%
G = 2.36%
B = 46.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EF0BD8 (or 0xEF0BD8) is known color: Hot Magenta. HEX triplet: EF, 0B and D8. RGB value is (239,11,216). Sum of RGB (Red+Green+Blue) = 239+11+216=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 11 (4.69% from 255 or 2.36% from 466); Blue value is 216 (84.77% from 255 or 46.35% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0BD8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0BD8 is #10F427. Grayscale: #656565. Windows color (decimal): -1111080 or 14158831. OLE color: 14158831.

HSL color Cylindrical-coordinate representation of color #EF0BD8: hue angle of 306.05º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0BD8 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 11 216 -
CMYK 0 0.95 0.10 0.06
HSL 306.05º 0.91% 0.49% -
HSV(B) 306.05º 0.95% 0.94% -
XYZ 48.11 23.55 66.98 -
YUV 102.54 192.04 225.33 -
System Red Green Blue C M Y K H S L
Decimal 239 11 216 0 0.95 0.10 0.06 306.05 0.91 0.49
Hex EF B D8 0 5F A 6 132 5B 31
Octal 357 13 330 0 137 12 6 462 133 61
Binary 11101111 1011 11011000 0 1011111 1010 110 100110010 1011011 110001

Color Harmonies of #EF0BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0BD8

Black with #EF0BD8

Text Example


Text Example

White with #EF0BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0BD8; }

 p { color: rgb(239,11,216); }

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

background-color css

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

 a { background-color: rgb(239,11,216); }

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

border-color css

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

 span { border-color: rgb(239,11,216); }

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