Html Css Color HEX #E04CE1 Free Speech Magenta

📋 copy color: '#E04CE1'

red 224 ◦ green 76 ◦ blue 225

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

Shades of Free Speech Magenta #E04CE1

Tints of Free Speech Magenta #E04CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.86%

R = 42.67%
G = 14.48%
B = 42.86%

CMYK

 C value IS 0.00

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E04CE1 (or 0xE04CE1) is known color: Free Speech Magenta. HEX triplet: E0, 4C and E1. RGB value is (224,76,225). Sum of RGB (Red+Green+Blue) = 224+76+225=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 76 (30.08% from 255 or 14.48% from 525); Blue value is 225 (88.28% from 255 or 42.86% from 525); Max value from RGB is 225 - color contains mainly: blue. Hex color #E04CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04CE1 is #1FB31E. Grayscale: #888888. Windows color (decimal): -2077471 or 14765280. OLE color: 14765280.

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

Color convert

RGB 224 76 225 -
CMYK 0.00 0.66 0 0.12
HSL 299.6º 0.71% 0.59% -
HSV(B) 299.6º 0.66% 0.88% -
XYZ 46.92 26.45 73.87 -
YUV 137.24 177.53 189.88 -
System Red Green Blue C M Y K H S L
Decimal 224 76 225 0.00 0.66 0 0.12 299.6 0.71 0.59
Hex E0 4C E1 0 42 0 C 12C 47 3B
Octal 340 114 341 0 102 0 14 454 107 73
Binary 11100000 1001100 11100001 0 1000010 0 1100 100101100 1000111 111011

Color Harmonies of #E04CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04CE1

Black with #E04CE1

Text Example


Text Example

White with #E04CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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