Html Css Color HEX #E600CD Hot Magenta

📋 copy color: '#E600CD'

red 230 ◦ green 0 ◦ blue 205

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

Shades of Hot Magenta #E600CD

Tints of Hot Magenta #E600CD

RGB

 RED value IS 230 (90.23% from 255) = 52.87%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 205 (80.47% from 255) = 47.13%

R = 52.87%
G = 0%
B = 47.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E600CD (or 0xE600CD) is known color: Hot Magenta. HEX triplet: E6, 00 and CD. RGB value is (230,0,205). Sum of RGB (Red+Green+Blue) = 230+0+205=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 0 (0.39% from 255 or 0% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E600CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E600CD is #19FF32. Grayscale: #5B5B5B. Windows color (decimal): -1703731 or 13435110. OLE color: 13435110.

HSL color Cylindrical-coordinate representation of color #E600CD: hue angle of 306.52º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E600CD is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 0 205 -
CMYK 0 1 0.11 0.10
HSL 306.52º 1% 0.45% -
HSV(B) 306.52º 1% 0.9% -
XYZ 43.65 21.23 59.55 -
YUV 92.14 191.7 226.33 -
System Red Green Blue C M Y K H S L
Decimal 230 0 205 0 1 0.11 0.10 306.52 1 0.45
Hex E6 0 CD 0 64 B A 133 64 2D
Octal 346 0 315 0 144 13 12 463 144 55
Binary 11100110 0 11001101 0 1100100 1011 1010 100110011 1100100 101101

Color Harmonies of #E600CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E600CD

Black with #E600CD

Text Example


Text Example

White with #E600CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E600CD; }

 p { color: rgb(230,0,205); }

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

background-color css

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

 a { background-color: rgb(230,0,205); }

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

border-color css

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

 span { border-color: rgb(230,0,205); }

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