Html Css Color HEX #E542ED Free Speech Magenta

📋 copy color: '#E542ED'

red 229 ◦ green 66 ◦ blue 237

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

Shades of Free Speech Magenta #E542ED

Tints of Free Speech Magenta #E542ED

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.41%

 BLUE value IS 237 (92.97% from 255) = 44.55%

R = 43.05%
G = 12.41%
B = 44.55%

CMYK

 C value IS 0.03

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E542ED (or 0xE542ED) is known color: Free Speech Magenta. HEX triplet: E5, 42 and ED. RGB value is (229,66,237). Sum of RGB (Red+Green+Blue) = 229+66+237=532 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.05% from 532); Green value is 66 (26.17% from 255 or 12.41% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #E542ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E542ED is #1ABD12. Grayscale: #858585. Windows color (decimal): -1752339 or 15549157. OLE color: 15549157.

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

Color convert

RGB 229 66 237 -
CMYK 0.03 0.72 0 0.07
HSL 297.19º 0.83% 0.59% -
HSV(B) 297.19º 0.72% 0.93% -
XYZ 49.55 26.67 82.66 -
YUV 134.23 186 195.6 -
System Red Green Blue C M Y K H S L
Decimal 229 66 237 0.03 0.72 0 0.07 297.19 0.83 0.59
Hex E5 42 ED 3 48 0 7 129 53 3B
Octal 345 102 355 3 110 0 7 451 123 73
Binary 11100101 1000010 11101101 11 1001000 0 111 100101001 1010011 111011

Color Harmonies of #E542ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E542ED

Black with #E542ED

Text Example


Text Example

White with #E542ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E542ED; }

 p { color: rgb(229,66,237); }

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

background-color css

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

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

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

border-color css

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

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

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