Html Css Color HEX #EB0FDF Hot Magenta

📋 copy color: '#EB0FDF'

red 235 ◦ green 15 ◦ blue 223

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

Shades of Hot Magenta #EB0FDF

Tints of Hot Magenta #EB0FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.15%

R = 49.68%
G = 3.17%
B = 47.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EB0FDF (or 0xEB0FDF) is known color: Hot Magenta. HEX triplet: EB, 0F and DF. RGB value is (235,15,223). Sum of RGB (Red+Green+Blue) = 235+15+223=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 15 (6.25% from 255 or 3.17% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0FDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0FDF is #14F020. Grayscale: #676767. Windows color (decimal): -1372193 or 14618603. OLE color: 14618603.

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

Color convert

RGB 235 15 223 -
CMYK 0 0.94 0.05 0.08
HSL 303.27º 0.88% 0.49% -
HSV(B) 303.27º 0.94% 0.92% -
XYZ 47.75 23.33 71.8 -
YUV 104.49 194.89 221.09 -
System Red Green Blue C M Y K H S L
Decimal 235 15 223 0 0.94 0.05 0.08 303.27 0.88 0.49
Hex EB F DF 0 5E 5 8 12F 58 31
Octal 353 17 337 0 136 5 10 457 130 61
Binary 11101011 1111 11011111 0 1011110 101 1000 100101111 1011000 110001

Color Harmonies of #EB0FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0FDF

Black with #EB0FDF

Text Example


Text Example

White with #EB0FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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