Html Css Color HEX #E459DA Free Speech Magenta

📋 copy color: '#E459DA'

red 228 ◦ green 89 ◦ blue 218

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

Shades of Free Speech Magenta #E459DA

Tints of Free Speech Magenta #E459DA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.64%

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

R = 42.62%
G = 16.64%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E459DA (or 0xE459DA) is known color: Free Speech Magenta. HEX triplet: E4, 59 and DA. RGB value is (228,89,218). Sum of RGB (Red+Green+Blue) = 228+89+218=535 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.62% from 535); Green value is 89 (35.16% from 255 or 16.64% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 228 - color contains mainly: red. Hex color #E459DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E459DA is #1BA625. Grayscale: #909090. Windows color (decimal): -1812006 or 14309860. OLE color: 14309860.

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

Color convert

RGB 228 89 218 -
CMYK 0 0.61 0.04 0.11
HSL 304.32º 0.72% 0.62% -
HSV(B) 304.32º 0.61% 0.89% -
XYZ 48.22 28.7 69.33 -
YUV 145.27 169.05 187.01 -
System Red Green Blue C M Y K H S L
Decimal 228 89 218 0 0.61 0.04 0.11 304.32 0.72 0.62
Hex E4 59 DA 0 3D 4 B 130 48 3E
Octal 344 131 332 0 75 4 13 460 110 76
Binary 11100100 1011001 11011010 0 111101 100 1011 100110000 1001000 111110

Color Harmonies of #E459DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E459DA

Black with #E459DA

Text Example


Text Example

White with #E459DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E459DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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