Html Css Color HEX #E553BA Free Speech Magenta

📋 copy color: '#E553BA'

red 229 ◦ green 83 ◦ blue 186

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

Shades of Free Speech Magenta #E553BA

Tints of Free Speech Magenta #E553BA

RGB

 RED value IS 229 (89.84% from 255) = 45.98%

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

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

R = 45.98%
G = 16.67%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E553BA (or 0xE553BA) is known color: Free Speech Magenta. HEX triplet: E5, 53 and BA. RGB value is (229,83,186). Sum of RGB (Red+Green+Blue) = 229+83+186=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 83 (32.81% from 255 or 16.67% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 229 - color contains mainly: red. Hex color #E553BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E553BA is #1AAC45. Grayscale: #8A8A8A. Windows color (decimal): -1748038 or 12211173. OLE color: 12211173.

HSL color Cylindrical-coordinate representation of color #E553BA: hue angle of 317.67º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E553BA is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 83 186 -
CMYK 0 0.64 0.19 0.10
HSL 317.67º 0.74% 0.61% -
HSV(B) 317.67º 0.64% 0.9% -
XYZ 44.27 26.39 49.21 -
YUV 138.4 154.87 192.62 -
System Red Green Blue C M Y K H S L
Decimal 229 83 186 0 0.64 0.19 0.10 317.67 0.74 0.61
Hex E5 53 BA 0 40 13 A 13E 4A 3D
Octal 345 123 272 0 100 23 12 476 112 75
Binary 11100101 1010011 10111010 0 1000000 10011 1010 100111110 1001010 111101

Color Harmonies of #E553BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E553BA

Black with #E553BA

Text Example


Text Example

White with #E553BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E553BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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