Html Css Color HEX #EB02DF Hot Magenta

📋 copy color: '#EB02DF'

red 235 ◦ green 2 ◦ blue 223

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

Shades of Hot Magenta #EB02DF

Tints of Hot Magenta #EB02DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.48%

R = 51.09%
G = 0.43%
B = 48.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EB02DF (or 0xEB02DF) is known color: Hot Magenta. HEX triplet: EB, 02 and DF. RGB value is (235,2,223). Sum of RGB (Red+Green+Blue) = 235+2+223=460 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.09% from 460); Green value is 2 (1.17% from 255 or 0.43% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 235 - color contains mainly: red. Hex color #EB02DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB02DF is #14FD20. Grayscale: #606060. Windows color (decimal): -1375521 or 14615275. OLE color: 14615275.

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

Color convert

RGB 235 2 223 -
CMYK 0 0.99 0.05 0.08
HSL 303.09º 0.98% 0.46% -
HSV(B) 303.09º 0.99% 0.92% -
XYZ 47.6 23.03 71.75 -
YUV 96.86 199.19 226.53 -
System Red Green Blue C M Y K H S L
Decimal 235 2 223 0 0.99 0.05 0.08 303.09 0.98 0.46
Hex EB 2 DF 0 63 5 8 12F 62 2E
Octal 353 2 337 0 143 5 10 457 142 56
Binary 11101011 10 11011111 0 1100011 101 1000 100101111 1100010 101110

Color Harmonies of #EB02DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB02DF

Black with #EB02DF

Text Example


Text Example

White with #EB02DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB02DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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