Html Css Color HEX #E70BCE Hot Magenta

📋 copy color: '#E70BCE'

red 231 ◦ green 11 ◦ blue 206

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

Shades of Hot Magenta #E70BCE

Tints of Hot Magenta #E70BCE

RGB

 RED value IS 231 (90.63% from 255) = 51.56%

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

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

R = 51.56%
G = 2.46%
B = 45.98%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E70BCE (or 0xE70BCE) is known color: Hot Magenta. HEX triplet: E7, 0B and CE. RGB value is (231,11,206). Sum of RGB (Red+Green+Blue) = 231+11+206=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 11 (4.69% from 255 or 2.46% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E70BCE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70BCE is #18F431. Grayscale: #626262. Windows color (decimal): -1635378 or 13503463. OLE color: 13503463.

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

Color convert

RGB 231 11 206 -
CMYK 0 0.95 0.11 0.09
HSL 306.82º 0.91% 0.47% -
HSV(B) 306.82º 0.95% 0.91% -
XYZ 44.22 21.68 60.25 -
YUV 99.01 188.39 222.14 -
System Red Green Blue C M Y K H S L
Decimal 231 11 206 0 0.95 0.11 0.09 306.82 0.91 0.47
Hex E7 B CE 0 5F B 9 133 5B 2F
Octal 347 13 316 0 137 13 11 463 133 57
Binary 11100111 1011 11001110 0 1011111 1011 1001 100110011 1011011 101111

Color Harmonies of #E70BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70BCE

Black with #E70BCE

Text Example


Text Example

White with #E70BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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