Html Css Color HEX #E600CA Hot Magenta

📋 copy color: '#E600CA'

red 230 ◦ green 0 ◦ blue 202

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

Shades of Hot Magenta #E600CA

Tints of Hot Magenta #E600CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.76%

R = 53.24%
G = 0%
B = 46.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E600CA (or 0xE600CA) is known color: Hot Magenta. HEX triplet: E6, 00 and CA. RGB value is (230,0,202). Sum of RGB (Red+Green+Blue) = 230+0+202=432 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.24% from 432); Green value is 0 (0.39% from 255 or 0% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 230 - color contains mainly: red. Hex color #E600CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E600CA is #19FF35. Grayscale: #5B5B5B. Windows color (decimal): -1703734 or 13238502. OLE color: 13238502.

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

Color convert

RGB 230 0 202 -
CMYK 0 1 0.12 0.10
HSL 307.3º 1% 0.45% -
HSV(B) 307.3º 1% 0.9% -
XYZ 43.29 21.09 57.67 -
YUV 91.8 190.2 226.57 -
System Red Green Blue C M Y K H S L
Decimal 230 0 202 0 1 0.12 0.10 307.3 1 0.45
Hex E6 0 CA 0 64 C A 133 64 2D
Octal 346 0 312 0 144 14 12 463 144 55
Binary 11100110 0 11001010 0 1100100 1100 1010 100110011 1100100 101101

Color Harmonies of #E600CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E600CA

Black with #E600CA

Text Example


Text Example

White with #E600CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E600CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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