Html Css Color HEX #E552CC Free Speech Magenta

📋 copy color: '#E552CC'

red 229 ◦ green 82 ◦ blue 204

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

Shades of Free Speech Magenta #E552CC

Tints of Free Speech Magenta #E552CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.61%

R = 44.47%
G = 15.92%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E552CC (or 0xE552CC) is known color: Free Speech Magenta. HEX triplet: E5, 52 and CC. RGB value is (229,82,204). Sum of RGB (Red+Green+Blue) = 229+82+204=515 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.47% from 515); Green value is 82 (32.42% from 255 or 15.92% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 229 - color contains mainly: red. Hex color #E552CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E552CC is #1AAD33. Grayscale: #8B8B8B. Windows color (decimal): -1748276 or 13390565. OLE color: 13390565.

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

Color convert

RGB 229 82 204 -
CMYK 0 0.64 0.11 0.10
HSL 310.2º 0.74% 0.61% -
HSV(B) 310.2º 0.64% 0.9% -
XYZ 46.23 27.05 59.91 -
YUV 139.86 164.2 191.58 -
System Red Green Blue C M Y K H S L
Decimal 229 82 204 0 0.64 0.11 0.10 310.2 0.74 0.61
Hex E5 52 CC 0 40 B A 136 4A 3D
Octal 345 122 314 0 100 13 12 466 112 75
Binary 11100101 1010010 11001100 0 1000000 1011 1010 100110110 1001010 111101

Color Harmonies of #E552CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E552CC

Black with #E552CC

Text Example


Text Example

White with #E552CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E552CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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