Html Css Color HEX #E040CD Free Speech Magenta

📋 copy color: '#E040CD'

red 224 ◦ green 64 ◦ blue 205

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

Shades of Free Speech Magenta #E040CD

Tints of Free Speech Magenta #E040CD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.98%

 BLUE value IS 205 (80.47% from 255) = 41.58%

R = 45.44%
G = 12.98%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E040CD (or 0xE040CD) is known color: Free Speech Magenta. HEX triplet: E0, 40 and CD. RGB value is (224,64,205). Sum of RGB (Red+Green+Blue) = 224+64+205=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 64 (25.39% from 255 or 12.98% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E040CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E040CD is #1FBF32. Grayscale: #7F7F7F. Windows color (decimal): -2080563 or 13451488. OLE color: 13451488.

HSL color Cylindrical-coordinate representation of color #E040CD: hue angle of 307.12º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E040CD is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 64 205 -
CMYK 0 0.71 0.08 0.12
HSL 307.13º 0.72% 0.56% -
HSV(B) 307.13º 0.71% 0.88% -
XYZ 43.59 23.92 60.08 -
YUV 127.91 171.51 196.54 -
System Red Green Blue C M Y K H S L
Decimal 224 64 205 0 0.71 0.08 0.12 307.13 0.72 0.56
Hex E0 40 CD 0 47 8 C 133 48 38
Octal 340 100 315 0 107 10 14 463 110 70
Binary 11100000 1000000 11001101 0 1000111 1000 1100 100110011 1001000 111000

Color Harmonies of #E040CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E040CD

Black with #E040CD

Text Example


Text Example

White with #E040CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E040CD; }

 p { color: rgb(224,64,205); }

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

background-color css

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

 a { background-color: rgb(224,64,205); }

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

border-color css

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

 span { border-color: rgb(224,64,205); }

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