Html Css Color HEX #E553DF Free Speech Magenta

📋 copy color: '#E553DF'

red 229 ◦ green 83 ◦ blue 223

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

Shades of Free Speech Magenta #E553DF

Tints of Free Speech Magenta #E553DF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.51%

 BLUE value IS 223 (87.5% from 255) = 41.68%

R = 42.8%
G = 15.51%
B = 41.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E553DF (or 0xE553DF) is known color: Free Speech Magenta. HEX triplet: E5, 53 and DF. RGB value is (229,83,223). Sum of RGB (Red+Green+Blue) = 229+83+223=535 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.80% from 535); Green value is 83 (32.81% from 255 or 15.51% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 229 - color contains mainly: red. Hex color #E553DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E553DF is #1AAC20. Grayscale: #8E8E8E. Windows color (decimal): -1748001 or 14636005. OLE color: 14636005.

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

Color convert

RGB 229 83 223 -
CMYK 0 0.64 0.03 0.10
HSL 302.47º 0.74% 0.61% -
HSV(B) 302.47º 0.64% 0.9% -
XYZ 48.73 28.17 72.68 -
YUV 142.61 173.37 189.62 -
System Red Green Blue C M Y K H S L
Decimal 229 83 223 0 0.64 0.03 0.10 302.47 0.74 0.61
Hex E5 53 DF 0 40 3 A 12E 4A 3D
Octal 345 123 337 0 100 3 12 456 112 75
Binary 11100101 1010011 11011111 0 1000000 11 1010 100101110 1001010 111101

Color Harmonies of #E553DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E553DF

Black with #E553DF

Text Example


Text Example

White with #E553DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E553DF; }

 p { color: rgb(229,83,223); }

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

background-color css

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

 a { background-color: rgb(229,83,223); }

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

border-color css

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

 span { border-color: rgb(229,83,223); }

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