Html Css Color HEX #E60BCE Hot Magenta

📋 copy color: '#E60BCE'

red 230 ◦ green 11 ◦ blue 206

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

Shades of Hot Magenta #E60BCE

Tints of Hot Magenta #E60BCE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.46%

 BLUE value IS 206 (80.86% from 255) = 46.09%

R = 51.45%
G = 2.46%
B = 46.09%

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

#E60BCE (or 0xE60BCE) is known color: Hot Magenta. HEX triplet: E6, 0B and CE. RGB value is (230,11,206). Sum of RGB (Red+Green+Blue) = 230+11+206=447 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.45% from 447); Green value is 11 (4.69% from 255 or 2.46% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 230 - color contains mainly: red. Hex color #E60BCE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60BCE is #19F431. Grayscale: #626262. Windows color (decimal): -1700914 or 13503462. OLE color: 13503462.

HSL color Cylindrical-coordinate representation of color #E60BCE: hue angle of 306.58º degrees, saturation: 0.91, 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 #E60BCE is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 11 206 -
CMYK 0 0.95 0.10 0.10
HSL 306.58º 0.91% 0.47% -
HSV(B) 306.58º 0.95% 0.9% -
XYZ 43.89 21.52 60.23 -
YUV 98.71 188.55 221.64 -
System Red Green Blue C M Y K H S L
Decimal 230 11 206 0 0.95 0.10 0.10 306.58 0.91 0.47
Hex E6 B CE 0 5F A A 133 5B 2F
Octal 346 13 316 0 137 12 12 463 133 57
Binary 11100110 1011 11001110 0 1011111 1010 1010 100110011 1011011 101111

Color Harmonies of #E60BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60BCE

Black with #E60BCE

Text Example


Text Example

White with #E60BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60BCE; }

 p { color: rgb(230,11,206); }

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

background-color css

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

 a { background-color: rgb(230,11,206); }

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

border-color css

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

 span { border-color: rgb(230,11,206); }

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