Html Css Color HEX #E40CCB Deep Magenta

📋 copy color: '#E40CCB'

red 228 ◦ green 12 ◦ blue 203

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

Shades of Deep Magenta #E40CCB

Tints of Deep Magenta #E40CCB

RGB

 RED value IS 228 (89.45% from 255) = 51.47%

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

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

R = 51.47%
G = 2.71%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E40CCB (or 0xE40CCB) is known color: Deep Magenta. HEX triplet: E4, 0C and CB. RGB value is (228,12,203). Sum of RGB (Red+Green+Blue) = 228+12+203=443 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.47% from 443); Green value is 12 (5.08% from 255 or 2.71% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 228 - color contains mainly: red. Hex color #E40CCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40CCB is #1BF334. Grayscale: #616161. Windows color (decimal): -1831733 or 13307108. OLE color: 13307108.

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

Color convert

RGB 228 12 203 -
CMYK 0 0.95 0.11 0.11
HSL 306.94º 0.9% 0.47% -
HSV(B) 306.94º 0.95% 0.89% -
XYZ 42.91 21.07 58.31 -
YUV 98.36 187.06 220.47 -
System Red Green Blue C M Y K H S L
Decimal 228 12 203 0 0.95 0.11 0.11 306.94 0.9 0.47
Hex E4 C CB 0 5F B B 133 5A 2F
Octal 344 14 313 0 137 13 13 463 132 57
Binary 11100100 1100 11001011 0 1011111 1011 1011 100110011 1011010 101111

Color Harmonies of #E40CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40CCB

Black with #E40CCB

Text Example


Text Example

White with #E40CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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