Html Css Color HEX #EB0BDF Hot Magenta

📋 copy color: '#EB0BDF'

red 235 ◦ green 11 ◦ blue 223

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

Shades of Hot Magenta #EB0BDF

Tints of Hot Magenta #EB0BDF

RGB

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

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

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

R = 50.11%
G = 2.35%
B = 47.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EB0BDF (or 0xEB0BDF) is known color: Hot Magenta. HEX triplet: EB, 0B and DF. RGB value is (235,11,223). Sum of RGB (Red+Green+Blue) = 235+11+223=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 11 (4.69% from 255 or 2.35% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0BDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0BDF is #14F420. Grayscale: #656565. Windows color (decimal): -1373217 or 14617579. OLE color: 14617579.

HSL color Cylindrical-coordinate representation of color #EB0BDF: hue angle of 303.21º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB0BDF is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 11 223 -
CMYK 0 0.95 0.05 0.08
HSL 303.21º 0.91% 0.48% -
HSV(B) 303.21º 0.95% 0.92% -
XYZ 47.7 23.23 71.78 -
YUV 102.14 196.21 222.76 -
System Red Green Blue C M Y K H S L
Decimal 235 11 223 0 0.95 0.05 0.08 303.21 0.91 0.48
Hex EB B DF 0 5F 5 8 12F 5B 30
Octal 353 13 337 0 137 5 10 457 133 60
Binary 11101011 1011 11011111 0 1011111 101 1000 100101111 1011011 110000

Color Harmonies of #EB0BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0BDF

Black with #EB0BDF

Text Example


Text Example

White with #EB0BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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