Html Css Color HEX #EB0BDD Hot Magenta

📋 copy color: '#EB0BDD'

red 235 ◦ green 11 ◦ blue 221

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

Shades of Hot Magenta #EB0BDD

Tints of Hot Magenta #EB0BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.32%

R = 50.32%
G = 2.36%
B = 47.32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EB0BDD (or 0xEB0BDD) is known color: Hot Magenta. HEX triplet: EB, 0B and DD. RGB value is (235,11,221). Sum of RGB (Red+Green+Blue) = 235+11+221=467 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.32% from 467); Green value is 11 (4.69% from 255 or 2.36% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0BDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0BDD is #14F422. Grayscale: #656565. Windows color (decimal): -1373219 or 14486507. OLE color: 14486507.

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

Color convert

RGB 235 11 221 -
CMYK 0 0.95 0.06 0.08
HSL 303.75º 0.91% 0.48% -
HSV(B) 303.75º 0.95% 0.92% -
XYZ 47.43 23.12 70.37 -
YUV 101.92 195.21 222.92 -
System Red Green Blue C M Y K H S L
Decimal 235 11 221 0 0.95 0.06 0.08 303.75 0.91 0.48
Hex EB B DD 0 5F 6 8 130 5B 30
Octal 353 13 335 0 137 6 10 460 133 60
Binary 11101011 1011 11011101 0 1011111 110 1000 100110000 1011011 110000

Color Harmonies of #EB0BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0BDD

Black with #EB0BDD

Text Example


Text Example

White with #EB0BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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