Html Css Color HEX #EB15E1 Hot Magenta

📋 copy color: '#EB15E1'

red 235 ◦ green 21 ◦ blue 225

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

Shades of Hot Magenta #EB15E1

Tints of Hot Magenta #EB15E1

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.37%

 BLUE value IS 225 (88.28% from 255) = 46.78%

R = 48.86%
G = 4.37%
B = 46.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EB15E1 (or 0xEB15E1) is known color: Hot Magenta. HEX triplet: EB, 15 and E1. RGB value is (235,21,225). Sum of RGB (Red+Green+Blue) = 235+21+225=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 21 (8.59% from 255 or 4.37% from 481); Blue value is 225 (88.28% from 255 or 46.78% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EB15E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB15E1 is #14EA1E. Grayscale: #6B6B6B. Windows color (decimal): -1370655 or 14751211. OLE color: 14751211.

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

Color convert

RGB 235 21 225 -
CMYK 0 0.91 0.04 0.08
HSL 302.8º 0.84% 0.5% -
HSV(B) 302.8º 0.91% 0.92% -
XYZ 48.12 23.63 73.26 -
YUV 108.24 193.9 218.41 -
System Red Green Blue C M Y K H S L
Decimal 235 21 225 0 0.91 0.04 0.08 302.8 0.84 0.5
Hex EB 15 E1 0 5B 4 8 12F 54 32
Octal 353 25 341 0 133 4 10 457 124 62
Binary 11101011 10101 11100001 0 1011011 100 1000 100101111 1010100 110010

Color Harmonies of #EB15E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB15E1

Black with #EB15E1

Text Example


Text Example

White with #EB15E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB15E1; }

 p { color: rgb(235,21,225); }

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

background-color css

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

 a { background-color: rgb(235,21,225); }

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

border-color css

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

 span { border-color: rgb(235,21,225); }

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