Html Css Color HEX #E906D0 Hot Magenta

📋 copy color: '#E906D0'

red 233 ◦ green 6 ◦ blue 208

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

Shades of Hot Magenta #E906D0

Tints of Hot Magenta #E906D0

RGB

 RED value IS 233 (91.41% from 255) = 52.13%

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

 BLUE value IS 208 (81.64% from 255) = 46.53%

R = 52.13%
G = 1.34%
B = 46.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E906D0 (or 0xE906D0) is known color: Hot Magenta. HEX triplet: E9, 06 and D0. RGB value is (233,6,208). Sum of RGB (Red+Green+Blue) = 233+6+208=447 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.13% from 447); Green value is 6 (2.73% from 255 or 1.34% from 447); Blue value is 208 (81.64% from 255 or 46.53% from 447); Max value from RGB is 233 - color contains mainly: red. Hex color #E906D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E906D0 is #16F92F. Grayscale: #606060. Windows color (decimal): -1505584 or 13633257. OLE color: 13633257.

HSL color Cylindrical-coordinate representation of color #E906D0: hue angle of 306.61º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E906D0 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 6 208 -
CMYK 0 0.97 0.11 0.09
HSL 306.61º 0.95% 0.47% -
HSV(B) 306.61º 0.97% 0.91% -
XYZ 45.05 22.01 61.55 -
YUV 96.9 190.71 225.07 -
System Red Green Blue C M Y K H S L
Decimal 233 6 208 0 0.97 0.11 0.09 306.61 0.95 0.47
Hex E9 6 D0 0 61 B 9 133 5F 2F
Octal 351 6 320 0 141 13 11 463 137 57
Binary 11101001 110 11010000 0 1100001 1011 1001 100110011 1011111 101111

Color Harmonies of #E906D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E906D0

Black with #E906D0

Text Example


Text Example

White with #E906D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E906D0; }

 p { color: rgb(233,6,208); }

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

background-color css

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

 a { background-color: rgb(233,6,208); }

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

border-color css

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

 span { border-color: rgb(233,6,208); }

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