Html Css Color HEX #EB0FE1 Hot Magenta

📋 copy color: '#EB0FE1'

red 235 ◦ green 15 ◦ blue 225

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

Shades of Hot Magenta #EB0FE1

Tints of Hot Magenta #EB0FE1

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.16%

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

R = 49.47%
G = 3.16%
B = 47.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EB0FE1 (or 0xEB0FE1) is known color: Hot Magenta. HEX triplet: EB, 0F and E1. RGB value is (235,15,225). Sum of RGB (Red+Green+Blue) = 235+15+225=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 15 (6.25% from 255 or 3.16% from 475); Blue value is 225 (88.28% from 255 or 47.37% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0FE1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0FE1 is #14F01E. Grayscale: #686868. Windows color (decimal): -1372191 or 14749675. OLE color: 14749675.

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

Color convert

RGB 235 15 225 -
CMYK 0 0.94 0.04 0.08
HSL 302.73º 0.88% 0.49% -
HSV(B) 302.73º 0.94% 0.92% -
XYZ 48.02 23.44 73.23 -
YUV 104.72 195.89 220.92 -
System Red Green Blue C M Y K H S L
Decimal 235 15 225 0 0.94 0.04 0.08 302.73 0.88 0.49
Hex EB F E1 0 5E 4 8 12F 58 31
Octal 353 17 341 0 136 4 10 457 130 61
Binary 11101011 1111 11100001 0 1011110 100 1000 100101111 1011000 110001

Color Harmonies of #EB0FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0FE1

Black with #EB0FE1

Text Example


Text Example

White with #EB0FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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