Html Css Color HEX #EB0FDE Hot Magenta

📋 copy color: '#EB0FDE'

red 235 ◦ green 15 ◦ blue 222

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

Shades of Hot Magenta #EB0FDE

Tints of Hot Magenta #EB0FDE

RGB

 RED value IS 235 (92.19% from 255) = 49.79%

 GREEN value IS 15 (6.25% from 255) = 3.18%

 BLUE value IS 222 (87.11% from 255) = 47.03%

R = 49.79%
G = 3.18%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EB0FDE (or 0xEB0FDE) is known color: Hot Magenta. HEX triplet: EB, 0F and DE. RGB value is (235,15,222). Sum of RGB (Red+Green+Blue) = 235+15+222=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 15 (6.25% from 255 or 3.18% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0FDE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0FDE is #14F021. Grayscale: #676767. Windows color (decimal): -1372194 or 14553067. OLE color: 14553067.

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

Color convert

RGB 235 15 222 -
CMYK 0 0.94 0.06 0.08
HSL 303.55º 0.88% 0.49% -
HSV(B) 303.55º 0.94% 0.92% -
XYZ 47.62 23.28 71.09 -
YUV 104.38 194.39 221.17 -
System Red Green Blue C M Y K H S L
Decimal 235 15 222 0 0.94 0.06 0.08 303.55 0.88 0.49
Hex EB F DE 0 5E 6 8 130 58 31
Octal 353 17 336 0 136 6 10 460 130 61
Binary 11101011 1111 11011110 0 1011110 110 1000 100110000 1011000 110001

Color Harmonies of #EB0FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0FDE

Black with #EB0FDE

Text Example


Text Example

White with #EB0FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0FDE; }

 p { color: rgb(235,15,222); }

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

background-color css

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

 a { background-color: rgb(235,15,222); }

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

border-color css

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

 span { border-color: rgb(235,15,222); }

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