Html Css Color HEX #E552EF Free Speech Magenta

📋 copy color: '#E552EF'

red 229 ◦ green 82 ◦ blue 239

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

Shades of Free Speech Magenta #E552EF

Tints of Free Speech Magenta #E552EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.45%

R = 41.64%
G = 14.91%
B = 43.45%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E552EF (or 0xE552EF) is known color: Free Speech Magenta. HEX triplet: E5, 52 and EF. RGB value is (229,82,239). Sum of RGB (Red+Green+Blue) = 229+82+239=550 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.64% from 550); Green value is 82 (32.42% from 255 or 14.91% from 550); Blue value is 239 (93.75% from 255 or 43.45% from 550); Max value from RGB is 239 - color contains mainly: blue. Hex color #E552EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E552EF is #1AAD10. Grayscale: #8F8F8F. Windows color (decimal): -1748241 or 15684325. OLE color: 15684325.

HSL color Cylindrical-coordinate representation of color #E552EF: hue angle of 296.18º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E552EF is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 229 82 239 -
CMYK 0.04 0.66 0 0.06
HSL 296.18º 0.83% 0.63% -
HSV(B) 296.18º 0.66% 0.94% -
XYZ 50.91 28.92 84.56 -
YUV 143.85 181.7 188.73 -
System Red Green Blue C M Y K H S L
Decimal 229 82 239 0.04 0.66 0 0.06 296.18 0.83 0.63
Hex E5 52 EF 4 42 0 6 128 53 3F
Octal 345 122 357 4 102 0 6 450 123 77
Binary 11100101 1010010 11101111 100 1000010 0 110 100101000 1010011 111111

Color Harmonies of #E552EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E552EF

Black with #E552EF

Text Example


Text Example

White with #E552EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E552EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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