Html Css Color HEX #EB0FD2 Hot Magenta

📋 copy color: '#EB0FD2'

red 235 ◦ green 15 ◦ blue 210

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

Shades of Hot Magenta #EB0FD2

Tints of Hot Magenta #EB0FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.65%

R = 51.09%
G = 3.26%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EB0FD2 (or 0xEB0FD2) is known color: Hot Magenta. HEX triplet: EB, 0F and D2. RGB value is (235,15,210). Sum of RGB (Red+Green+Blue) = 235+15+210=460 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.09% from 460); Green value is 15 (6.25% from 255 or 3.26% from 460); Blue value is 210 (82.42% from 255 or 45.65% from 460); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0FD2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0FD2 is #14F02D. Grayscale: #666666. Windows color (decimal): -1372206 or 13766635. OLE color: 13766635.

HSL color Cylindrical-coordinate representation of color #EB0FD2: hue angle of 306.82º 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 #EB0FD2 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 15 210 -
CMYK 0 0.94 0.11 0.08
HSL 306.82º 0.88% 0.49% -
HSV(B) 306.82º 0.94% 0.92% -
XYZ 46.06 22.66 62.92 -
YUV 103.01 188.39 222.14 -
System Red Green Blue C M Y K H S L
Decimal 235 15 210 0 0.94 0.11 0.08 306.82 0.88 0.49
Hex EB F D2 0 5E B 8 133 58 31
Octal 353 17 322 0 136 13 10 463 130 61
Binary 11101011 1111 11010010 0 1011110 1011 1000 100110011 1011000 110001

Color Harmonies of #EB0FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0FD2

Black with #EB0FD2

Text Example


Text Example

White with #EB0FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0FD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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