Html Css Color HEX #E601CD Hot Magenta

📋 copy color: '#E601CD'

red 230 ◦ green 1 ◦ blue 205

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

Shades of Hot Magenta #E601CD

Tints of Hot Magenta #E601CD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

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

R = 52.75%
G = 0.23%
B = 47.02%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E601CD (or 0xE601CD) is known color: Hot Magenta. HEX triplet: E6, 01 and CD. RGB value is (230,1,205). Sum of RGB (Red+Green+Blue) = 230+1+205=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 1 (0.78% from 255 or 0.23% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E601CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E601CD is #19FE32. Grayscale: #5C5C5C. Windows color (decimal): -1703475 or 13435366. OLE color: 13435366.

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

Color convert

RGB 230 1 205 -
CMYK 0 1.00 0.11 0.10
HSL 306.55º 0.99% 0.45% -
HSV(B) 306.55º 1% 0.9% -
XYZ 43.66 21.25 59.56 -
YUV 92.73 191.37 225.91 -
System Red Green Blue C M Y K H S L
Decimal 230 1 205 0 1.00 0.11 0.10 306.55 0.99 0.45
Hex E6 1 CD 0 64 B A 133 63 2D
Octal 346 1 315 0 144 13 12 463 143 55
Binary 11100110 1 11001101 0 1100100 1011 1010 100110011 1100011 101101

Color Harmonies of #E601CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E601CD

Black with #E601CD

Text Example


Text Example

White with #E601CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E601CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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