Html Css Color HEX #E600C5 Hot Magenta

📋 copy color: '#E600C5'

red 230 ◦ green 0 ◦ blue 197

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

Shades of Hot Magenta #E600C5

Tints of Hot Magenta #E600C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 46.14%

R = 53.86%
G = 0%
B = 46.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#E600C5 (or 0xE600C5) is known color: Hot Magenta. HEX triplet: E6, 00 and C5. RGB value is (230,0,197). Sum of RGB (Red+Green+Blue) = 230+0+197=427 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.86% from 427); Green value is 0 (0.39% from 255 or 0% from 427); Blue value is 197 (77.34% from 255 or 46.14% from 427); Max value from RGB is 230 - color contains mainly: red. Hex color #E600C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E600C5 is #19FF3A. Grayscale: #5A5A5A. Windows color (decimal): -1703739 or 12910822. OLE color: 12910822.

HSL color Cylindrical-coordinate representation of color #E600C5: hue angle of 308.61º 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 #E600C5 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 0 197 -
CMYK 0 1 0.14 0.10
HSL 308.61º 1% 0.45% -
HSV(B) 308.61º 1% 0.9% -
XYZ 42.71 20.85 54.6 -
YUV 91.23 187.7 226.98 -
System Red Green Blue C M Y K H S L
Decimal 230 0 197 0 1 0.14 0.10 308.61 1 0.45
Hex E6 0 C5 0 64 E A 135 64 2D
Octal 346 0 305 0 144 16 12 465 144 55
Binary 11100110 0 11000101 0 1100100 1110 1010 100110101 1100100 101101

Color Harmonies of #E600C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E600C5

Black with #E600C5

Text Example


Text Example

White with #E600C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E600C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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