Html Css Color HEX #E04CCA Free Speech Magenta

📋 copy color: '#E04CCA'

red 224 ◦ green 76 ◦ blue 202

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

Shades of Free Speech Magenta #E04CCA

Tints of Free Speech Magenta #E04CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.24%

R = 44.62%
G = 15.14%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E04CCA (or 0xE04CCA) is known color: Free Speech Magenta. HEX triplet: E0, 4C and CA. RGB value is (224,76,202). Sum of RGB (Red+Green+Blue) = 224+76+202=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 76 (30.08% from 255 or 15.14% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E04CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04CCA is #1FB335. Grayscale: #868686. Windows color (decimal): -2077494 or 13257952. OLE color: 13257952.

HSL color Cylindrical-coordinate representation of color #E04CCA: hue angle of 308.92º 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 #E04CCA is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 76 202 -
CMYK 0 0.66 0.10 0.12
HSL 308.92º 0.7% 0.59% -
HSV(B) 308.92º 0.66% 0.88% -
XYZ 43.99 25.28 58.44 -
YUV 134.62 166.03 191.75 -
System Red Green Blue C M Y K H S L
Decimal 224 76 202 0 0.66 0.10 0.12 308.92 0.7 0.59
Hex E0 4C CA 0 42 A C 135 46 3B
Octal 340 114 312 0 102 12 14 465 106 73
Binary 11100000 1001100 11001010 0 1000010 1010 1100 100110101 1000110 111011

Color Harmonies of #E04CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04CCA

Black with #E04CCA

Text Example


Text Example

White with #E04CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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