Html Css Color HEX #E53CEC Free Speech Magenta

📋 copy color: '#E53CEC'

red 229 ◦ green 60 ◦ blue 236

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

Shades of Free Speech Magenta #E53CEC

Tints of Free Speech Magenta #E53CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.95%

R = 43.62%
G = 11.43%
B = 44.95%

CMYK

 C value IS 0.03

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E53CEC (or 0xE53CEC) is known color: Free Speech Magenta. HEX triplet: E5, 3C and EC. RGB value is (229,60,236). Sum of RGB (Red+Green+Blue) = 229+60+236=525 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.62% from 525); Green value is 60 (23.83% from 255 or 11.43% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #E53CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53CEC is #1AC313. Grayscale: #828282. Windows color (decimal): -1753876 or 15482085. OLE color: 15482085.

HSL color Cylindrical-coordinate representation of color #E53CEC: hue angle of 297.61º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E53CEC is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 60 236 -
CMYK 0.03 0.75 0 0.07
HSL 297.61º 0.82% 0.58% -
HSV(B) 297.61º 0.75% 0.93% -
XYZ 49.07 25.95 81.78 -
YUV 130.6 187.49 198.19 -
System Red Green Blue C M Y K H S L
Decimal 229 60 236 0.03 0.75 0 0.07 297.61 0.82 0.58
Hex E5 3C EC 3 4B 0 7 12A 52 3A
Octal 345 74 354 3 113 0 7 452 122 72
Binary 11100101 111100 11101100 11 1001011 0 111 100101010 1010010 111010

Color Harmonies of #E53CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53CEC

Black with #E53CEC

Text Example


Text Example

White with #E53CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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