Html Css Color HEX #E04EBA Free Speech Magenta

📋 copy color: '#E04EBA'

red 224 ◦ green 78 ◦ blue 186

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

Shades of Free Speech Magenta #E04EBA

Tints of Free Speech Magenta #E04EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.11%

R = 45.9%
G = 15.98%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E04EBA (or 0xE04EBA) is known color: Free Speech Magenta. HEX triplet: E0, 4E and BA. RGB value is (224,78,186). Sum of RGB (Red+Green+Blue) = 224+78+186=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 78 (30.86% from 255 or 15.98% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E04EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04EBA is #1FB145. Grayscale: #858585. Windows color (decimal): -2076998 or 12209888. OLE color: 12209888.

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

Color convert

RGB 224 78 186 -
CMYK 0 0.65 0.17 0.12
HSL 315.62º 0.7% 0.59% -
HSV(B) 315.62º 0.65% 0.88% -
XYZ 42.33 24.84 49.02 -
YUV 133.97 157.37 192.22 -
System Red Green Blue C M Y K H S L
Decimal 224 78 186 0 0.65 0.17 0.12 315.62 0.7 0.59
Hex E0 4E BA 0 41 11 C 13C 46 3B
Octal 340 116 272 0 101 21 14 474 106 73
Binary 11100000 1001110 10111010 0 1000001 10001 1100 100111100 1000110 111011

Color Harmonies of #E04EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04EBA

Black with #E04EBA

Text Example


Text Example

White with #E04EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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