Html Css Color HEX #E45EDA Free Speech Magenta

📋 copy color: '#E45EDA'

red 228 ◦ green 94 ◦ blue 218

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

Shades of Free Speech Magenta #E45EDA

Tints of Free Speech Magenta #E45EDA

RGB

 RED value IS 228 (89.45% from 255) = 42.22%

 GREEN value IS 94 (37.11% from 255) = 17.41%

 BLUE value IS 218 (85.55% from 255) = 40.37%

R = 42.22%
G = 17.41%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E45EDA (or 0xE45EDA) is known color: Free Speech Magenta. HEX triplet: E4, 5E and DA. RGB value is (228,94,218). Sum of RGB (Red+Green+Blue) = 228+94+218=540 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.22% from 540); Green value is 94 (37.11% from 255 or 17.41% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 228 - color contains mainly: red. Hex color #E45EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E45EDA is #1BA125. Grayscale: #939393. Windows color (decimal): -1810726 or 14311140. OLE color: 14311140.

HSL color Cylindrical-coordinate representation of color #E45EDA: hue angle of 304.48º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E45EDA is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 94 218 -
CMYK 0 0.59 0.04 0.11
HSL 304.48º 0.71% 0.63% -
HSV(B) 304.48º 0.59% 0.89% -
XYZ 48.65 29.56 69.47 -
YUV 148.2 167.39 184.92 -
System Red Green Blue C M Y K H S L
Decimal 228 94 218 0 0.59 0.04 0.11 304.48 0.71 0.63
Hex E4 5E DA 0 3B 4 B 130 47 3F
Octal 344 136 332 0 73 4 13 460 107 77
Binary 11100100 1011110 11011010 0 111011 100 1011 100110000 1000111 111111

Color Harmonies of #E45EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45EDA

Black with #E45EDA

Text Example


Text Example

White with #E45EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45EDA; }

 p { color: rgb(228,94,218); }

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

background-color css

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

 a { background-color: rgb(228,94,218); }

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

border-color css

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

 span { border-color: rgb(228,94,218); }

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