Html Css Color HEX #E53CEB Free Speech Magenta

📋 copy color: '#E53CEB'

red 229 ◦ green 60 ◦ blue 235

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

Shades of Free Speech Magenta #E53CEB

Tints of Free Speech Magenta #E53CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.85%

R = 43.7%
G = 11.45%
B = 44.85%

CMYK

 C value IS 0.03

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E53CEB (or 0xE53CEB) is known color: Free Speech Magenta. HEX triplet: E5, 3C and EB. RGB value is (229,60,235). Sum of RGB (Red+Green+Blue) = 229+60+235=524 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.70% from 524); Green value is 60 (23.83% from 255 or 11.45% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #E53CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53CEB is #1AC314. Grayscale: #818181. Windows color (decimal): -1753877 or 15416549. OLE color: 15416549.

HSL color Cylindrical-coordinate representation of color #E53CEB: hue angle of 297.94º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E53CEB is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 229 60 235 -
CMYK 0.03 0.74 0 0.08
HSL 297.94º 0.81% 0.58% -
HSV(B) 297.94º 0.74% 0.92% -
XYZ 48.92 25.89 81.02 -
YUV 130.48 186.99 198.27 -
System Red Green Blue C M Y K H S L
Decimal 229 60 235 0.03 0.74 0 0.08 297.94 0.81 0.58
Hex E5 3C EB 3 4A 0 8 12A 51 3A
Octal 345 74 353 3 112 0 10 452 121 72
Binary 11100101 111100 11101011 11 1001010 0 1000 100101010 1010001 111010

Color Harmonies of #E53CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53CEB

Black with #E53CEB

Text Example


Text Example

White with #E53CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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