Html Css Color HEX #EB09D2 Hot Magenta

📋 copy color: '#EB09D2'

red 235 ◦ green 9 ◦ blue 210

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

Shades of Hot Magenta #EB09D2

Tints of Hot Magenta #EB09D2

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.98%

 BLUE value IS 210 (82.42% from 255) = 46.26%

R = 51.76%
G = 1.98%
B = 46.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EB09D2 (or 0xEB09D2) is known color: Hot Magenta. HEX triplet: EB, 09 and D2. RGB value is (235,9,210). Sum of RGB (Red+Green+Blue) = 235+9+210=454 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.76% from 454); Green value is 9 (3.91% from 255 or 1.98% from 454); Blue value is 210 (82.42% from 255 or 46.26% from 454); Max value from RGB is 235 - color contains mainly: red. Hex color #EB09D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB09D2 is #14F62D. Grayscale: #626262. Windows color (decimal): -1373742 or 13765099. OLE color: 13765099.

HSL color Cylindrical-coordinate representation of color #EB09D2: hue angle of 306.64º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EB09D2 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 9 210 -
CMYK 0 0.96 0.11 0.08
HSL 306.64º 0.93% 0.48% -
HSV(B) 306.64º 0.96% 0.92% -
XYZ 45.99 22.51 62.89 -
YUV 99.49 190.37 224.66 -
System Red Green Blue C M Y K H S L
Decimal 235 9 210 0 0.96 0.11 0.08 306.64 0.93 0.48
Hex EB 9 D2 0 60 B 8 133 5D 30
Octal 353 11 322 0 140 13 10 463 135 60
Binary 11101011 1001 11010010 0 1100000 1011 1000 100110011 1011101 110000

Color Harmonies of #EB09D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB09D2

Black with #EB09D2

Text Example


Text Example

White with #EB09D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB09D2; }

 p { color: rgb(235,9,210); }

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

background-color css

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

 a { background-color: rgb(235,9,210); }

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

border-color css

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

 span { border-color: rgb(235,9,210); }

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