Html Css Color HEX #EB0DDF Hot Magenta

📋 copy color: '#EB0DDF'

red 235 ◦ green 13 ◦ blue 223

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

Shades of Hot Magenta #EB0DDF

Tints of Hot Magenta #EB0DDF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.76%

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

R = 49.89%
G = 2.76%
B = 47.35%

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

#EB0DDF (or 0xEB0DDF) is known color: Hot Magenta. HEX triplet: EB, 0D and DF. RGB value is (235,13,223). Sum of RGB (Red+Green+Blue) = 235+13+223=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 13 (5.47% from 255 or 2.76% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0DDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0DDF is #14F220. Grayscale: #666666. Windows color (decimal): -1372705 or 14618091. OLE color: 14618091.

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

Color convert

RGB 235 13 223 -
CMYK 0 0.94 0.05 0.08
HSL 303.24º 0.9% 0.49% -
HSV(B) 303.24º 0.94% 0.92% -
XYZ 47.72 23.28 71.79 -
YUV 103.32 195.55 221.92 -
System Red Green Blue C M Y K H S L
Decimal 235 13 223 0 0.94 0.05 0.08 303.24 0.9 0.49
Hex EB D DF 0 5E 5 8 12F 5A 31
Octal 353 15 337 0 136 5 10 457 132 61
Binary 11101011 1101 11011111 0 1011110 101 1000 100101111 1011010 110001

Color Harmonies of #EB0DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0DDF

Black with #EB0DDF

Text Example


Text Example

White with #EB0DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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