Html Css Color HEX #E552CF Free Speech Magenta

📋 copy color: '#E552CF'

red 229 ◦ green 82 ◦ blue 207

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

Shades of Free Speech Magenta #E552CF

Tints of Free Speech Magenta #E552CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.96%

R = 44.21%
G = 15.83%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E552CF (or 0xE552CF) is known color: Free Speech Magenta. HEX triplet: E5, 52 and CF. RGB value is (229,82,207). Sum of RGB (Red+Green+Blue) = 229+82+207=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 82 (32.42% from 255 or 15.83% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E552CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E552CF is #1AAD30. Grayscale: #8B8B8B. Windows color (decimal): -1748273 or 13587173. OLE color: 13587173.

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

Color convert

RGB 229 82 207 -
CMYK 0 0.64 0.10 0.10
HSL 308.98º 0.74% 0.61% -
HSV(B) 308.98º 0.64% 0.9% -
XYZ 46.59 27.2 61.83 -
YUV 140.2 165.7 191.34 -
System Red Green Blue C M Y K H S L
Decimal 229 82 207 0 0.64 0.10 0.10 308.98 0.74 0.61
Hex E5 52 CF 0 40 A A 135 4A 3D
Octal 345 122 317 0 100 12 12 465 112 75
Binary 11100101 1010010 11001111 0 1000000 1010 1010 100110101 1001010 111101

Color Harmonies of #E552CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E552CF

Black with #E552CF

Text Example


Text Example

White with #E552CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E552CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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