Html Css Color HEX #E60CCF Hot Magenta

📋 copy color: '#E60CCF'

red 230 ◦ green 12 ◦ blue 207

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

Shades of Hot Magenta #E60CCF

Tints of Hot Magenta #E60CCF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.67%

 BLUE value IS 207 (81.25% from 255) = 46.1%

R = 51.22%
G = 2.67%
B = 46.1%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E60CCF (or 0xE60CCF) is known color: Hot Magenta. HEX triplet: E6, 0C and CF. RGB value is (230,12,207). Sum of RGB (Red+Green+Blue) = 230+12+207=449 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.22% from 449); Green value is 12 (5.08% from 255 or 2.67% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 230 - color contains mainly: red. Hex color #E60CCF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60CCF is #19F330. Grayscale: #626262. Windows color (decimal): -1700657 or 13569254. OLE color: 13569254.

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

Color convert

RGB 230 12 207 -
CMYK 0 0.95 0.10 0.10
HSL 306.33º 0.9% 0.47% -
HSV(B) 306.33º 0.95% 0.9% -
XYZ 44.03 21.59 60.88 -
YUV 99.41 188.72 221.14 -
System Red Green Blue C M Y K H S L
Decimal 230 12 207 0 0.95 0.10 0.10 306.33 0.9 0.47
Hex E6 C CF 0 5F A A 132 5A 2F
Octal 346 14 317 0 137 12 12 462 132 57
Binary 11100110 1100 11001111 0 1011111 1010 1010 100110010 1011010 101111

Color Harmonies of #E60CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60CCF

Black with #E60CCF

Text Example


Text Example

White with #E60CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60CCF; }

 p { color: rgb(230,12,207); }

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

background-color css

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

 a { background-color: rgb(230,12,207); }

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

border-color css

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

 span { border-color: rgb(230,12,207); }

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