Html Css Color HEX #E552BB Free Speech Magenta

📋 copy color: '#E552BB'

red 229 ◦ green 82 ◦ blue 187

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

Shades of Free Speech Magenta #E552BB

Tints of Free Speech Magenta #E552BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.55%

R = 45.98%
G = 16.47%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E552BB (or 0xE552BB) is known color: Free Speech Magenta. HEX triplet: E5, 52 and BB. RGB value is (229,82,187). Sum of RGB (Red+Green+Blue) = 229+82+187=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 82 (32.42% from 255 or 16.47% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 229 - color contains mainly: red. Hex color #E552BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E552BB is #1AAD44. Grayscale: #898989. Windows color (decimal): -1748293 or 12276453. OLE color: 12276453.

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

Color convert

RGB 229 82 187 -
CMYK 0 0.64 0.18 0.10
HSL 317.14º 0.74% 0.61% -
HSV(B) 317.14º 0.64% 0.9% -
XYZ 44.3 26.28 49.75 -
YUV 137.92 155.7 192.96 -
System Red Green Blue C M Y K H S L
Decimal 229 82 187 0 0.64 0.18 0.10 317.14 0.74 0.61
Hex E5 52 BB 0 40 12 A 13D 4A 3D
Octal 345 122 273 0 100 22 12 475 112 75
Binary 11100101 1010010 10111011 0 1000000 10010 1010 100111101 1001010 111101

Color Harmonies of #E552BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E552BB

Black with #E552BB

Text Example


Text Example

White with #E552BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E552BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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