Html Css Color HEX #E053BA Free Speech Magenta

📋 copy color: '#E053BA'

red 224 ◦ green 83 ◦ blue 186

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

Shades of Free Speech Magenta #E053BA

Tints of Free Speech Magenta #E053BA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.84%

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

R = 45.44%
G = 16.84%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E053BA (or 0xE053BA) is known color: Free Speech Magenta. HEX triplet: E0, 53 and BA. RGB value is (224,83,186). Sum of RGB (Red+Green+Blue) = 224+83+186=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 83 (32.81% from 255 or 16.84% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E053BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E053BA is #1FAC45. Grayscale: #888888. Windows color (decimal): -2075718 or 12211168. OLE color: 12211168.

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

Color convert

RGB 224 83 186 -
CMYK 0 0.63 0.17 0.12
HSL 316.17º 0.69% 0.6% -
HSV(B) 316.17º 0.63% 0.88% -
XYZ 42.7 25.58 49.14 -
YUV 136.9 155.71 190.12 -
System Red Green Blue C M Y K H S L
Decimal 224 83 186 0 0.63 0.17 0.12 316.17 0.69 0.6
Hex E0 53 BA 0 3F 11 C 13C 45 3C
Octal 340 123 272 0 77 21 14 474 105 74
Binary 11100000 1010011 10111010 0 111111 10001 1100 100111100 1000101 111100

Color Harmonies of #E053BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E053BA

Black with #E053BA

Text Example


Text Example

White with #E053BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E053BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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