Html Css Color HEX #E00CCB Deep Magenta

📋 copy color: '#E00CCB'

red 224 ◦ green 12 ◦ blue 203

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

Shades of Deep Magenta #E00CCB

Tints of Deep Magenta #E00CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.24%

R = 51.03%
G = 2.73%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E00CCB (or 0xE00CCB) is known color: Deep Magenta. HEX triplet: E0, 0C and CB. RGB value is (224,12,203). Sum of RGB (Red+Green+Blue) = 224+12+203=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 12 (5.08% from 255 or 2.73% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E00CCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00CCB is #1FF334. Grayscale: #606060. Windows color (decimal): -2093877 or 13307104. OLE color: 13307104.

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

Color convert

RGB 224 12 203 -
CMYK 0 0.95 0.09 0.12
HSL 305.94º 0.9% 0.46% -
HSV(B) 305.94º 0.95% 0.88% -
XYZ 41.65 20.42 58.25 -
YUV 97.16 187.74 218.47 -
System Red Green Blue C M Y K H S L
Decimal 224 12 203 0 0.95 0.09 0.12 305.94 0.9 0.46
Hex E0 C CB 0 5F 9 C 132 5A 2E
Octal 340 14 313 0 137 11 14 462 132 56
Binary 11100000 1100 11001011 0 1011111 1001 1100 100110010 1011010 101110

Color Harmonies of #E00CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00CCB

Black with #E00CCB

Text Example


Text Example

White with #E00CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00CCB; }

 p { color: rgb(224,12,203); }

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

background-color css

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

 a { background-color: rgb(224,12,203); }

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

border-color css

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

 span { border-color: rgb(224,12,203); }

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