Html Css Color HEX #E602C7 Hot Magenta

📋 copy color: '#E602C7'

red 230 ◦ green 2 ◦ blue 199

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

Shades of Hot Magenta #E602C7

Tints of Hot Magenta #E602C7

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.46%

 BLUE value IS 199 (78.13% from 255) = 46.17%

R = 53.36%
G = 0.46%
B = 46.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#E602C7 (or 0xE602C7) is known color: Hot Magenta. HEX triplet: E6, 02 and C7. RGB value is (230,2,199). Sum of RGB (Red+Green+Blue) = 230+2+199=431 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.36% from 431); Green value is 2 (1.17% from 255 or 0.46% from 431); Blue value is 199 (78.12% from 255 or 46.17% from 431); Max value from RGB is 230 - color contains mainly: red. Hex color #E602C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E602C7 is #19FD38. Grayscale: #5C5C5C. Windows color (decimal): -1703225 or 13042406. OLE color: 13042406.

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

Color convert

RGB 230 2 199 -
CMYK 0 0.99 0.13 0.10
HSL 308.16º 0.98% 0.45% -
HSV(B) 308.16º 0.99% 0.9% -
XYZ 42.96 20.99 55.82 -
YUV 92.63 188.04 225.98 -
System Red Green Blue C M Y K H S L
Decimal 230 2 199 0 0.99 0.13 0.10 308.16 0.98 0.45
Hex E6 2 C7 0 63 D A 134 62 2D
Octal 346 2 307 0 143 15 12 464 142 55
Binary 11100110 10 11000111 0 1100011 1101 1010 100110100 1100010 101101

Color Harmonies of #E602C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E602C7

Black with #E602C7

Text Example


Text Example

White with #E602C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E602C7; }

 p { color: rgb(230,2,199); }

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

background-color css

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

 a { background-color: rgb(230,2,199); }

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

border-color css

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

 span { border-color: rgb(230,2,199); }

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