Html Css Color HEX #E04EEE Free Speech Magenta

📋 copy color: '#E04EEE'

red 224 ◦ green 78 ◦ blue 238

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

Shades of Free Speech Magenta #E04EEE

Tints of Free Speech Magenta #E04EEE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.44%

 BLUE value IS 238 (93.36% from 255) = 44.07%

R = 41.48%
G = 14.44%
B = 44.07%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E04EEE (or 0xE04EEE) is known color: Free Speech Magenta. HEX triplet: E0, 4E and EE. RGB value is (224,78,238). Sum of RGB (Red+Green+Blue) = 224+78+238=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 78 (30.86% from 255 or 14.44% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #E04EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E04EEE is #1FB111. Grayscale: #8B8B8B. Windows color (decimal): -2076946 or 15617760. OLE color: 15617760.

HSL color Cylindrical-coordinate representation of color #E04EEE: hue angle of 294.75º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04EEE is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 78 238 -
CMYK 0.06 0.67 0 0.07
HSL 294.75º 0.82% 0.62% -
HSV(B) 294.75º 0.67% 0.93% -
XYZ 48.9 27.47 83.61 -
YUV 139.89 183.37 187.99 -
System Red Green Blue C M Y K H S L
Decimal 224 78 238 0.06 0.67 0 0.07 294.75 0.82 0.62
Hex E0 4E EE 6 43 0 7 127 52 3E
Octal 340 116 356 6 103 0 7 447 122 76
Binary 11100000 1001110 11101110 110 1000011 0 111 100100111 1010010 111110

Color Harmonies of #E04EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04EEE

Black with #E04EEE

Text Example


Text Example

White with #E04EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04EEE; }

 p { color: rgb(224,78,238); }

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

background-color css

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

 a { background-color: rgb(224,78,238); }

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

border-color css

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

 span { border-color: rgb(224,78,238); }

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