Html Css Color HEX #E53CEF Free Speech Magenta

📋 copy color: '#E53CEF'

red 229 ◦ green 60 ◦ blue 239

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

Shades of Free Speech Magenta #E53CEF

Tints of Free Speech Magenta #E53CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.27%

R = 43.37%
G = 11.36%
B = 45.27%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E53CEF (or 0xE53CEF) is known color: Free Speech Magenta. HEX triplet: E5, 3C and EF. RGB value is (229,60,239). Sum of RGB (Red+Green+Blue) = 229+60+239=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 60 (23.83% from 255 or 11.36% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #E53CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53CEF is #1AC310. Grayscale: #828282. Windows color (decimal): -1753873 or 15678693. OLE color: 15678693.

HSL color Cylindrical-coordinate representation of color #E53CEF: hue angle of 296.65º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E53CEF is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 229 60 239 -
CMYK 0.04 0.75 0 0.06
HSL 296.65º 0.85% 0.59% -
HSV(B) 296.65º 0.75% 0.94% -
XYZ 49.51 26.12 84.09 -
YUV 130.94 188.99 197.95 -
System Red Green Blue C M Y K H S L
Decimal 229 60 239 0.04 0.75 0 0.06 296.65 0.85 0.59
Hex E5 3C EF 4 4B 0 6 129 55 3B
Octal 345 74 357 4 113 0 6 451 125 73
Binary 11100101 111100 11101111 100 1001011 0 110 100101001 1010101 111011

Color Harmonies of #E53CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53CEF

Black with #E53CEF

Text Example


Text Example

White with #E53CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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