Html Css Color HEX #E054B9 Free Speech Magenta

📋 copy color: '#E054B9'

red 224 ◦ green 84 ◦ blue 185

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

Shades of Free Speech Magenta #E054B9

Tints of Free Speech Magenta #E054B9

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.04%

 BLUE value IS 185 (72.66% from 255) = 37.53%

R = 45.44%
G = 17.04%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E054B9 (or 0xE054B9) is known color: Free Speech Magenta. HEX triplet: E0, 54 and B9. RGB value is (224,84,185). Sum of RGB (Red+Green+Blue) = 224+84+185=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 84 (33.20% from 255 or 17.04% from 493); Blue value is 185 (72.66% from 255 or 37.53% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E054B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E054B9 is #1FAB46. Grayscale: #898989. Windows color (decimal): -2075463 or 12145888. OLE color: 12145888.

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

Color convert

RGB 224 84 185 -
CMYK 0 0.62 0.17 0.12
HSL 316.71º 0.69% 0.6% -
HSV(B) 316.71º 0.63% 0.88% -
XYZ 42.67 25.69 48.61 -
YUV 137.37 154.88 189.79 -
System Red Green Blue C M Y K H S L
Decimal 224 84 185 0 0.62 0.17 0.12 316.71 0.69 0.6
Hex E0 54 B9 0 3E 11 C 13D 45 3C
Octal 340 124 271 0 76 21 14 475 105 74
Binary 11100000 1010100 10111001 0 111110 10001 1100 100111101 1000101 111100

Color Harmonies of #E054B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E054B9

Black with #E054B9

Text Example


Text Example

White with #E054B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E054B9; }

 p { color: rgb(224,84,185); }

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

background-color css

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

 a { background-color: rgb(224,84,185); }

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

border-color css

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

 span { border-color: rgb(224,84,185); }

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