Html Css Color HEX #E059DA Free Speech Magenta

📋 copy color: '#E059DA'

red 224 ◦ green 89 ◦ blue 218

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

Shades of Free Speech Magenta #E059DA

Tints of Free Speech Magenta #E059DA

RGB

 RED value IS 224 (87.89% from 255) = 42.18%

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

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

R = 42.18%
G = 16.76%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E059DA (or 0xE059DA) is known color: Free Speech Magenta. HEX triplet: E0, 59 and DA. RGB value is (224,89,218). Sum of RGB (Red+Green+Blue) = 224+89+218=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 89 (35.16% from 255 or 16.76% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E059DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E059DA is #1FA625. Grayscale: #8F8F8F. Windows color (decimal): -2074150 or 14309856. OLE color: 14309856.

HSL color Cylindrical-coordinate representation of color #E059DA: hue angle of 302.67º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E059DA is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 89 218 -
CMYK 0 0.60 0.03 0.12
HSL 302.67º 0.69% 0.61% -
HSV(B) 302.67º 0.6% 0.88% -
XYZ 46.97 28.05 69.27 -
YUV 144.07 169.73 185.01 -
System Red Green Blue C M Y K H S L
Decimal 224 89 218 0 0.60 0.03 0.12 302.67 0.69 0.61
Hex E0 59 DA 0 3C 3 C 12F 45 3D
Octal 340 131 332 0 74 3 14 457 105 75
Binary 11100000 1011001 11011010 0 111100 11 1100 100101111 1000101 111101

Color Harmonies of #E059DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E059DA

Black with #E059DA

Text Example


Text Example

White with #E059DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E059DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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