Html Css Color HEX #E53CE5 Free Speech Magenta

📋 copy color: '#E53CE5'

red 229 ◦ green 60 ◦ blue 229

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

Shades of Free Speech Magenta #E53CE5

Tints of Free Speech Magenta #E53CE5

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.58%

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

R = 44.21%
G = 11.58%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E53CE5 (or 0xE53CE5) is known color: Free Speech Magenta. HEX triplet: E5, 3C and E5. RGB value is (229,60,229). Sum of RGB (Red+Green+Blue) = 229+60+229=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 60 (23.83% from 255 or 11.58% from 518); Blue value is 229 (89.84% from 255 or 44.21% from 518); Max value from RGB is 229 - color contains mainly: red, blue. Hex color #E53CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53CE5 is #1AC31A. Grayscale: #818181. Windows color (decimal): -1753883 or 15023333. OLE color: 15023333.

HSL color Cylindrical-coordinate representation of color #E53CE5: hue angle of 300º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E53CE5 is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 60 229 -
CMYK 0 0.74 0 0.10
HSL 300º 0.76% 0.57% -
HSV(B) 300º 0.74% 0.9% -
XYZ 48.07 25.55 76.53 -
YUV 129.8 183.99 198.76 -
System Red Green Blue C M Y K H S L
Decimal 229 60 229 0 0.74 0 0.10 300 0.76 0.57
Hex E5 3C E5 0 4A 0 A 12C 4C 39
Octal 345 74 345 0 112 0 12 454 114 71
Binary 11100101 111100 11100101 0 1001010 0 1010 100101100 1001100 111001

Color Harmonies of #E53CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53CE5

Black with #E53CE5

Text Example


Text Example

White with #E53CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53CE5; }

 p { color: rgb(229,60,229); }

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

background-color css

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

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

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

border-color css

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

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

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