Html Css Color HEX #E00BCA Deep Magenta

📋 copy color: '#E00BCA'

red 224 ◦ green 11 ◦ blue 202

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

Shades of Deep Magenta #E00BCA

Tints of Deep Magenta #E00BCA

RGB

 RED value IS 224 (87.89% from 255) = 51.26%

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

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

R = 51.26%
G = 2.52%
B = 46.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E00BCA (or 0xE00BCA) is known color: Deep Magenta. HEX triplet: E0, 0B and CA. RGB value is (224,11,202). Sum of RGB (Red+Green+Blue) = 224+11+202=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 11 (4.69% from 255 or 2.52% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E00BCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00BCA is #1FF435. Grayscale: #5F5F5F. Windows color (decimal): -2094134 or 13241312. OLE color: 13241312.

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

Color convert

RGB 224 11 202 -
CMYK 0 0.95 0.10 0.12
HSL 306.2º 0.91% 0.46% -
HSV(B) 306.2º 0.95% 0.88% -
XYZ 41.52 20.35 57.62 -
YUV 96.46 187.57 218.97 -
System Red Green Blue C M Y K H S L
Decimal 224 11 202 0 0.95 0.10 0.12 306.2 0.91 0.46
Hex E0 B CA 0 5F A C 132 5B 2E
Octal 340 13 312 0 137 12 14 462 133 56
Binary 11100000 1011 11001010 0 1011111 1010 1100 100110010 1011011 101110

Color Harmonies of #E00BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00BCA

Black with #E00BCA

Text Example


Text Example

White with #E00BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00BCA; }

 p { color: rgb(224,11,202); }

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

background-color css

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

 a { background-color: rgb(224,11,202); }

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

border-color css

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

 span { border-color: rgb(224,11,202); }

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