Html Css Color HEX #EB06D3 Hot Magenta

📋 copy color: '#EB06D3'

red 235 ◦ green 6 ◦ blue 211

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

Shades of Hot Magenta #EB06D3

Tints of Hot Magenta #EB06D3

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.33%

 BLUE value IS 211 (82.81% from 255) = 46.68%

R = 51.99%
G = 1.33%
B = 46.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EB06D3 (or 0xEB06D3) is known color: Hot Magenta. HEX triplet: EB, 06 and D3. RGB value is (235,6,211). Sum of RGB (Red+Green+Blue) = 235+6+211=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 6 (2.73% from 255 or 1.33% from 452); Blue value is 211 (82.81% from 255 or 46.68% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EB06D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB06D3 is #14F92C. Grayscale: #616161. Windows color (decimal): -1374509 or 13829867. OLE color: 13829867.

HSL color Cylindrical-coordinate representation of color #EB06D3: hue angle of 306.29º degrees, saturation: 0.95, 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 #EB06D3 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 6 211 -
CMYK 0 0.97 0.10 0.08
HSL 306.29º 0.95% 0.47% -
HSV(B) 306.29º 0.97% 0.92% -
XYZ 46.08 22.5 63.54 -
YUV 97.84 191.87 225.83 -
System Red Green Blue C M Y K H S L
Decimal 235 6 211 0 0.97 0.10 0.08 306.29 0.95 0.47
Hex EB 6 D3 0 61 A 8 132 5F 2F
Octal 353 6 323 0 141 12 10 462 137 57
Binary 11101011 110 11010011 0 1100001 1010 1000 100110010 1011111 101111

Color Harmonies of #EB06D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB06D3

Black with #EB06D3

Text Example


Text Example

White with #EB06D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB06D3; }

 p { color: rgb(235,6,211); }

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

background-color css

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

 a { background-color: rgb(235,6,211); }

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

border-color css

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

 span { border-color: rgb(235,6,211); }

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