Html Css Color HEX #EB02C8 Hot Magenta

📋 copy color: '#EB02C8'

red 235 ◦ green 2 ◦ blue 200

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

Shades of Hot Magenta #EB02C8

Tints of Hot Magenta #EB02C8

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.46%

 BLUE value IS 200 (78.52% from 255) = 45.77%

R = 53.78%
G = 0.46%
B = 45.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EB02C8 (or 0xEB02C8) is known color: Hot Magenta. HEX triplet: EB, 02 and C8. RGB value is (235,2,200). Sum of RGB (Red+Green+Blue) = 235+2+200=437 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.78% from 437); Green value is 2 (1.17% from 255 or 0.46% from 437); Blue value is 200 (78.52% from 255 or 45.77% from 437); Max value from RGB is 235 - color contains mainly: red. Hex color #EB02C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB02C8 is #14FD37. Grayscale: #5D5D5D. Windows color (decimal): -1375544 or 13107947. OLE color: 13107947.

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

Color convert

RGB 235 2 200 -
CMYK 0 0.99 0.15 0.08
HSL 309.01º 0.98% 0.46% -
HSV(B) 309.01º 0.99% 0.92% -
XYZ 44.71 21.88 56.51 -
YUV 94.24 187.69 228.4 -
System Red Green Blue C M Y K H S L
Decimal 235 2 200 0 0.99 0.15 0.08 309.01 0.98 0.46
Hex EB 2 C8 0 63 F 8 135 62 2E
Octal 353 2 310 0 143 17 10 465 142 56
Binary 11101011 10 11001000 0 1100011 1111 1000 100110101 1100010 101110

Color Harmonies of #EB02C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB02C8

Black with #EB02C8

Text Example


Text Example

White with #EB02C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB02C8; }

 p { color: rgb(235,2,200); }

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

background-color css

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

 a { background-color: rgb(235,2,200); }

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

border-color css

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

 span { border-color: rgb(235,2,200); }

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