Html Css Color HEX #E04CE4 Free Speech Magenta

📋 copy color: '#E04CE4'

red 224 ◦ green 76 ◦ blue 228

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

Shades of Free Speech Magenta #E04CE4

Tints of Free Speech Magenta #E04CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 43.18%

R = 42.42%
G = 14.39%
B = 43.18%

CMYK

 C value IS 0.02

 M value IS 0.67

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E04CE4 (or 0xE04CE4) is known color: Free Speech Magenta. HEX triplet: E0, 4C and E4. RGB value is (224,76,228). Sum of RGB (Red+Green+Blue) = 224+76+228=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 76 (30.08% from 255 or 14.39% from 528); Blue value is 228 (89.45% from 255 or 43.18% from 528); Max value from RGB is 228 - color contains mainly: blue. Hex color #E04CE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04CE4 is #1FB31B. Grayscale: #898989. Windows color (decimal): -2077468 or 14961888. OLE color: 14961888.

HSL color Cylindrical-coordinate representation of color #E04CE4: hue angle of 298.42º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04CE4 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 224 76 228 -
CMYK 0.02 0.67 0 0.11
HSL 298.42º 0.74% 0.6% -
HSV(B) 298.42º 0.67% 0.89% -
XYZ 47.33 26.62 76.04 -
YUV 137.58 179.03 189.64 -
System Red Green Blue C M Y K H S L
Decimal 224 76 228 0.02 0.67 0 0.11 298.42 0.74 0.6
Hex E0 4C E4 2 43 0 B 12A 4A 3C
Octal 340 114 344 2 103 0 13 452 112 74
Binary 11100000 1001100 11100100 10 1000011 0 1011 100101010 1001010 111100

Color Harmonies of #E04CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04CE4

Black with #E04CE4

Text Example


Text Example

White with #E04CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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