Html Css Color HEX #E552CA Free Speech Magenta

📋 copy color: '#E552CA'

red 229 ◦ green 82 ◦ blue 202

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

Shades of Free Speech Magenta #E552CA

Tints of Free Speech Magenta #E552CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.38%

R = 44.64%
G = 15.98%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E552CA (or 0xE552CA) is known color: Free Speech Magenta. HEX triplet: E5, 52 and CA. RGB value is (229,82,202). Sum of RGB (Red+Green+Blue) = 229+82+202=513 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.64% from 513); Green value is 82 (32.42% from 255 or 15.98% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 229 - color contains mainly: red. Hex color #E552CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E552CA is #1AAD35. Grayscale: #8B8B8B. Windows color (decimal): -1748278 or 13259493. OLE color: 13259493.

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

Color convert

RGB 229 82 202 -
CMYK 0 0.64 0.12 0.10
HSL 311.02º 0.74% 0.61% -
HSV(B) 311.02º 0.64% 0.9% -
XYZ 45.99 26.96 58.66 -
YUV 139.63 163.2 191.74 -
System Red Green Blue C M Y K H S L
Decimal 229 82 202 0 0.64 0.12 0.10 311.02 0.74 0.61
Hex E5 52 CA 0 40 C A 137 4A 3D
Octal 345 122 312 0 100 14 12 467 112 75
Binary 11100101 1010010 11001010 0 1000000 1100 1010 100110111 1001010 111101

Color Harmonies of #E552CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E552CA

Black with #E552CA

Text Example


Text Example

White with #E552CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E552CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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