Html Css Color HEX #E53CE8 Free Speech Magenta

📋 copy color: '#E53CE8'

red 229 ◦ green 60 ◦ blue 232

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

Shades of Free Speech Magenta #E53CE8

Tints of Free Speech Magenta #E53CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 44.53%

R = 43.95%
G = 11.52%
B = 44.53%

CMYK

 C value IS 0.01

 M value IS 0.74

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E53CE8 (or 0xE53CE8) is known color: Free Speech Magenta. HEX triplet: E5, 3C and E8. RGB value is (229,60,232). Sum of RGB (Red+Green+Blue) = 229+60+232=521 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.95% from 521); Green value is 60 (23.83% from 255 or 11.52% from 521); Blue value is 232 (91.02% from 255 or 44.53% from 521); Max value from RGB is 232 - color contains mainly: blue. Hex color #E53CE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53CE8 is #1AC317. Grayscale: #818181. Windows color (decimal): -1753880 or 15219941. OLE color: 15219941.

HSL color Cylindrical-coordinate representation of color #E53CE8: hue angle of 298.95º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E53CE8 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 229 60 232 -
CMYK 0.01 0.74 0 0.09
HSL 298.95º 0.79% 0.57% -
HSV(B) 298.95º 0.74% 0.91% -
XYZ 48.49 25.72 78.75 -
YUV 130.14 185.49 198.51 -
System Red Green Blue C M Y K H S L
Decimal 229 60 232 0.01 0.74 0 0.09 298.95 0.79 0.57
Hex E5 3C E8 1 4A 0 9 12B 4F 39
Octal 345 74 350 1 112 0 11 453 117 71
Binary 11100101 111100 11101000 1 1001010 0 1001 100101011 1001111 111001

Color Harmonies of #E53CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53CE8

Black with #E53CE8

Text Example


Text Example

White with #E53CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53CE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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