Html Css Color HEX #E552BE Free Speech Magenta

📋 copy color: '#E552BE'

red 229 ◦ green 82 ◦ blue 190

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

Shades of Free Speech Magenta #E552BE

Tints of Free Speech Magenta #E552BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.92%

R = 45.71%
G = 16.37%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E552BE (or 0xE552BE) is known color: Free Speech Magenta. HEX triplet: E5, 52 and BE. RGB value is (229,82,190). Sum of RGB (Red+Green+Blue) = 229+82+190=501 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.71% from 501); Green value is 82 (32.42% from 255 or 16.37% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 229 - color contains mainly: red. Hex color #E552BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E552BE is #1AAD41. Grayscale: #898989. Windows color (decimal): -1748290 or 12473061. OLE color: 12473061.

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

Color convert

RGB 229 82 190 -
CMYK 0 0.64 0.17 0.10
HSL 315.92º 0.74% 0.61% -
HSV(B) 315.92º 0.64% 0.9% -
XYZ 44.62 26.41 51.46 -
YUV 138.27 157.2 192.72 -
System Red Green Blue C M Y K H S L
Decimal 229 82 190 0 0.64 0.17 0.10 315.92 0.74 0.61
Hex E5 52 BE 0 40 11 A 13C 4A 3D
Octal 345 122 276 0 100 21 12 474 112 75
Binary 11100101 1010010 10111110 0 1000000 10001 1010 100111100 1001010 111101

Color Harmonies of #E552BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E552BE

Black with #E552BE

Text Example


Text Example

White with #E552BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E552BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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