Html Css Color HEX #EB07DF Hot Magenta

📋 copy color: '#EB07DF'

red 235 ◦ green 7 ◦ blue 223

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

Shades of Hot Magenta #EB07DF

Tints of Hot Magenta #EB07DF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.51%

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

R = 50.54%
G = 1.51%
B = 47.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EB07DF (or 0xEB07DF) is known color: Hot Magenta. HEX triplet: EB, 07 and DF. RGB value is (235,7,223). Sum of RGB (Red+Green+Blue) = 235+7+223=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 7 (3.12% from 255 or 1.51% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EB07DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB07DF is #14F820. Grayscale: #636363. Windows color (decimal): -1374241 or 14616555. OLE color: 14616555.

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

Color convert

RGB 235 7 223 -
CMYK 0 0.97 0.05 0.08
HSL 303.16º 0.94% 0.47% -
HSV(B) 303.16º 0.97% 0.92% -
XYZ 47.66 23.14 71.77 -
YUV 99.8 197.54 224.44 -
System Red Green Blue C M Y K H S L
Decimal 235 7 223 0 0.97 0.05 0.08 303.16 0.94 0.47
Hex EB 7 DF 0 61 5 8 12F 5E 2F
Octal 353 7 337 0 141 5 10 457 136 57
Binary 11101011 111 11011111 0 1100001 101 1000 100101111 1011110 101111

Color Harmonies of #EB07DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB07DF

Black with #EB07DF

Text Example


Text Example

White with #EB07DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB07DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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