Html Css Color HEX #E053BD Free Speech Magenta

📋 copy color: '#E053BD'

red 224 ◦ green 83 ◦ blue 189

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

Shades of Free Speech Magenta #E053BD

Tints of Free Speech Magenta #E053BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.1%

R = 45.16%
G = 16.73%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E053BD (or 0xE053BD) is known color: Free Speech Magenta. HEX triplet: E0, 53 and BD. RGB value is (224,83,189). Sum of RGB (Red+Green+Blue) = 224+83+189=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 83 (32.81% from 255 or 16.73% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E053BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E053BD is #1FAC42. Grayscale: #888888. Windows color (decimal): -2075715 or 12407776. OLE color: 12407776.

HSL color Cylindrical-coordinate representation of color #E053BD: hue angle of 314.89º 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 #E053BD is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 83 189 -
CMYK 0 0.63 0.16 0.12
HSL 314.89º 0.69% 0.6% -
HSV(B) 314.89º 0.63% 0.88% -
XYZ 43.02 25.71 50.84 -
YUV 137.24 157.21 189.88 -
System Red Green Blue C M Y K H S L
Decimal 224 83 189 0 0.63 0.16 0.12 314.89 0.69 0.6
Hex E0 53 BD 0 3F 10 C 13B 45 3C
Octal 340 123 275 0 77 20 14 473 105 74
Binary 11100000 1010011 10111101 0 111111 10000 1100 100111011 1000101 111100

Color Harmonies of #E053BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E053BD

Black with #E053BD

Text Example


Text Example

White with #E053BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E053BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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