Html Css Color HEX #E552C0 Free Speech Magenta

📋 copy color: '#E552C0'

red 229 ◦ green 82 ◦ blue 192

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

Shades of Free Speech Magenta #E552C0

Tints of Free Speech Magenta #E552C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.17%

R = 45.53%
G = 16.3%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#E552C0 (or 0xE552C0) is known color: Free Speech Magenta. HEX triplet: E5, 52 and C0. RGB value is (229,82,192). Sum of RGB (Red+Green+Blue) = 229+82+192=503 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.53% from 503); Green value is 82 (32.42% from 255 or 16.30% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 229 - color contains mainly: red. Hex color #E552C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E552C0 is #1AAD3F. Grayscale: #8A8A8A. Windows color (decimal): -1748288 or 12604133. OLE color: 12604133.

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

Color convert

RGB 229 82 192 -
CMYK 0 0.64 0.16 0.10
HSL 315.1º 0.74% 0.61% -
HSV(B) 315.1º 0.64% 0.9% -
XYZ 44.84 26.5 52.62 -
YUV 138.49 158.2 192.56 -
System Red Green Blue C M Y K H S L
Decimal 229 82 192 0 0.64 0.16 0.10 315.1 0.74 0.61
Hex E5 52 C0 0 40 10 A 13B 4A 3D
Octal 345 122 300 0 100 20 12 473 112 75
Binary 11100101 1010010 11000000 0 1000000 10000 1010 100111011 1001010 111101

Color Harmonies of #E552C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E552C0

Black with #E552C0

Text Example


Text Example

White with #E552C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E552C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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