Html Css Color HEX #E552BA Free Speech Magenta

📋 copy color: '#E552BA'

red 229 ◦ green 82 ◦ blue 186

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

Shades of Free Speech Magenta #E552BA

Tints of Free Speech Magenta #E552BA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.5%

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

R = 46.08%
G = 16.5%
B = 37.42%

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

#E552BA (or 0xE552BA) is known color: Free Speech Magenta. HEX triplet: E5, 52 and BA. RGB value is (229,82,186). Sum of RGB (Red+Green+Blue) = 229+82+186=497 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.08% from 497); Green value is 82 (32.42% from 255 or 16.50% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 229 - color contains mainly: red. Hex color #E552BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E552BA is #1AAD45. Grayscale: #898989. Windows color (decimal): -1748294 or 12210917. OLE color: 12210917.

HSL color Cylindrical-coordinate representation of color #E552BA: hue angle of 317.55º 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 #E552BA is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 82 186 -
CMYK 0 0.64 0.19 0.10
HSL 317.55º 0.74% 0.61% -
HSV(B) 317.55º 0.64% 0.9% -
XYZ 44.19 26.24 49.19 -
YUV 137.81 155.2 193.04 -
System Red Green Blue C M Y K H S L
Decimal 229 82 186 0 0.64 0.19 0.10 317.55 0.74 0.61
Hex E5 52 BA 0 40 13 A 13E 4A 3D
Octal 345 122 272 0 100 23 12 476 112 75
Binary 11100101 1010010 10111010 0 1000000 10011 1010 100111110 1001010 111101

Color Harmonies of #E552BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E552BA

Black with #E552BA

Text Example


Text Example

White with #E552BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E552BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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