Html Css Color HEX #EB0BDB Hot Magenta

📋 copy color: '#EB0BDB'

red 235 ◦ green 11 ◦ blue 219

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

Shades of Hot Magenta #EB0BDB

Tints of Hot Magenta #EB0BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.1%

R = 50.54%
G = 2.37%
B = 47.1%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB0BDB (or 0xEB0BDB) is known color: Hot Magenta. HEX triplet: EB, 0B and DB. RGB value is (235,11,219). Sum of RGB (Red+Green+Blue) = 235+11+219=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 11 (4.69% from 255 or 2.37% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0BDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0BDB is #14F424. Grayscale: #656565. Windows color (decimal): -1373221 or 14355435. OLE color: 14355435.

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

Color convert

RGB 235 11 219 -
CMYK 0 0.95 0.07 0.08
HSL 304.29º 0.91% 0.48% -
HSV(B) 304.29º 0.95% 0.92% -
XYZ 47.17 23.02 68.97 -
YUV 101.69 194.21 223.09 -
System Red Green Blue C M Y K H S L
Decimal 235 11 219 0 0.95 0.07 0.08 304.29 0.91 0.48
Hex EB B DB 0 5F 7 8 130 5B 30
Octal 353 13 333 0 137 7 10 460 133 60
Binary 11101011 1011 11011011 0 1011111 111 1000 100110000 1011011 110000

Color Harmonies of #EB0BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0BDB

Black with #EB0BDB

Text Example


Text Example

White with #EB0BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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