Html Css Color HEX #EB05E0 Hot Magenta

📋 copy color: '#EB05E0'

red 235 ◦ green 5 ◦ blue 224

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

Shades of Hot Magenta #EB05E0

Tints of Hot Magenta #EB05E0

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.08%

 BLUE value IS 224 (87.89% from 255) = 48.28%

R = 50.65%
G = 1.08%
B = 48.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EB05E0 (or 0xEB05E0) is known color: Hot Magenta. HEX triplet: EB, 05 and E0. RGB value is (235,5,224). Sum of RGB (Red+Green+Blue) = 235+5+224=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 5 (2.34% from 255 or 1.08% from 464); Blue value is 224 (87.89% from 255 or 48.28% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EB05E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB05E0 is #14FA1F. Grayscale: #626262. Windows color (decimal): -1374752 or 14681579. OLE color: 14681579.

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

Color convert

RGB 235 5 224 -
CMYK 0 0.98 0.05 0.08
HSL 302.87º 0.96% 0.47% -
HSV(B) 302.87º 0.98% 0.92% -
XYZ 47.77 23.15 72.47 -
YUV 98.74 198.7 225.19 -
System Red Green Blue C M Y K H S L
Decimal 235 5 224 0 0.98 0.05 0.08 302.87 0.96 0.47
Hex EB 5 E0 0 62 5 8 12F 60 2F
Octal 353 5 340 0 142 5 10 457 140 57
Binary 11101011 101 11100000 0 1100010 101 1000 100101111 1100000 101111

Color Harmonies of #EB05E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB05E0

Black with #EB05E0

Text Example


Text Example

White with #EB05E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB05E0; }

 p { color: rgb(235,5,224); }

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

background-color css

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

 a { background-color: rgb(235,5,224); }

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

border-color css

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

 span { border-color: rgb(235,5,224); }

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