Html Css Color HEX #E04CD1 Free Speech Magenta

📋 copy color: '#E04CD1'

red 224 ◦ green 76 ◦ blue 209

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

Shades of Free Speech Magenta #E04CD1

Tints of Free Speech Magenta #E04CD1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.93%

 BLUE value IS 209 (82.03% from 255) = 41.06%

R = 44.01%
G = 14.93%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E04CD1 (or 0xE04CD1) is known color: Free Speech Magenta. HEX triplet: E0, 4C and D1. RGB value is (224,76,209). Sum of RGB (Red+Green+Blue) = 224+76+209=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 76 (30.08% from 255 or 14.93% from 509); Blue value is 209 (82.03% from 255 or 41.06% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E04CD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04CD1 is #1FB32E. Grayscale: #878787. Windows color (decimal): -2077487 or 13716704. OLE color: 13716704.

HSL color Cylindrical-coordinate representation of color #E04CD1: hue angle of 306.08º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E04CD1 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 76 209 -
CMYK 0 0.66 0.07 0.12
HSL 306.08º 0.7% 0.59% -
HSV(B) 306.08º 0.66% 0.88% -
XYZ 44.83 25.62 62.9 -
YUV 135.41 169.53 191.19 -
System Red Green Blue C M Y K H S L
Decimal 224 76 209 0 0.66 0.07 0.12 306.08 0.7 0.59
Hex E0 4C D1 0 42 7 C 132 46 3B
Octal 340 114 321 0 102 7 14 462 106 73
Binary 11100000 1001100 11010001 0 1000010 111 1100 100110010 1000110 111011

Color Harmonies of #E04CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04CD1

Black with #E04CD1

Text Example


Text Example

White with #E04CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04CD1; }

 p { color: rgb(224,76,209); }

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

background-color css

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

 a { background-color: rgb(224,76,209); }

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

border-color css

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

 span { border-color: rgb(224,76,209); }

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