Html Css Color HEX #E40CCF Deep Magenta

📋 copy color: '#E40CCF'

red 228 ◦ green 12 ◦ blue 207

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

Shades of Deep Magenta #E40CCF

Tints of Deep Magenta #E40CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.31%

R = 51.01%
G = 2.68%
B = 46.31%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E40CCF (or 0xE40CCF) is known color: Deep Magenta. HEX triplet: E4, 0C and CF. RGB value is (228,12,207). Sum of RGB (Red+Green+Blue) = 228+12+207=447 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.01% from 447); Green value is 12 (5.08% from 255 or 2.68% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 228 - color contains mainly: red. Hex color #E40CCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40CCF is #1BF330. Grayscale: #626262. Windows color (decimal): -1831729 or 13569252. OLE color: 13569252.

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

Color convert

RGB 228 12 207 -
CMYK 0 0.95 0.09 0.11
HSL 305.83º 0.9% 0.47% -
HSV(B) 305.83º 0.95% 0.89% -
XYZ 43.39 21.26 60.85 -
YUV 98.81 189.06 220.14 -
System Red Green Blue C M Y K H S L
Decimal 228 12 207 0 0.95 0.09 0.11 305.83 0.9 0.47
Hex E4 C CF 0 5F 9 B 132 5A 2F
Octal 344 14 317 0 137 11 13 462 132 57
Binary 11100100 1100 11001111 0 1011111 1001 1011 100110010 1011010 101111

Color Harmonies of #E40CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40CCF

Black with #E40CCF

Text Example


Text Example

White with #E40CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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