Html Css Color HEX #E605CC Hot Magenta

📋 copy color: '#E605CC'

red 230 ◦ green 5 ◦ blue 204

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

Shades of Hot Magenta #E605CC

Tints of Hot Magenta #E605CC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.14%

 BLUE value IS 204 (80.08% from 255) = 46.47%

R = 52.39%
G = 1.14%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E605CC (or 0xE605CC) is known color: Hot Magenta. HEX triplet: E6, 05 and CC. RGB value is (230,5,204). Sum of RGB (Red+Green+Blue) = 230+5+204=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 5 (2.34% from 255 or 1.14% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E605CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E605CC is #19FA33. Grayscale: #5E5E5E. Windows color (decimal): -1702452 or 13370854. OLE color: 13370854.

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

Color convert

RGB 230 5 204 -
CMYK 0 0.98 0.11 0.10
HSL 306.93º 0.96% 0.46% -
HSV(B) 306.93º 0.98% 0.9% -
XYZ 43.59 21.29 58.94 -
YUV 94.96 189.54 224.32 -
System Red Green Blue C M Y K H S L
Decimal 230 5 204 0 0.98 0.11 0.10 306.93 0.96 0.46
Hex E6 5 CC 0 62 B A 133 60 2E
Octal 346 5 314 0 142 13 12 463 140 56
Binary 11100110 101 11001100 0 1100010 1011 1010 100110011 1100000 101110

Color Harmonies of #E605CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E605CC

Black with #E605CC

Text Example


Text Example

White with #E605CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E605CC; }

 p { color: rgb(230,5,204); }

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

background-color css

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

 a { background-color: rgb(230,5,204); }

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

border-color css

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

 span { border-color: rgb(230,5,204); }

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