Html Css Color HEX #E058DA Free Speech Magenta

📋 copy color: '#E058DA'

red 224 ◦ green 88 ◦ blue 218

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

Shades of Free Speech Magenta #E058DA

Tints of Free Speech Magenta #E058DA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.6%

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

R = 42.26%
G = 16.6%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E058DA (or 0xE058DA) is known color: Free Speech Magenta. HEX triplet: E0, 58 and DA. RGB value is (224,88,218). Sum of RGB (Red+Green+Blue) = 224+88+218=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 88 (34.77% from 255 or 16.60% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E058DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E058DA is #1FA725. Grayscale: #8F8F8F. Windows color (decimal): -2074406 or 14309600. OLE color: 14309600.

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

Color convert

RGB 224 88 218 -
CMYK 0 0.61 0.03 0.12
HSL 302.65º 0.69% 0.61% -
HSV(B) 302.65º 0.61% 0.88% -
XYZ 46.89 27.89 69.24 -
YUV 143.48 170.06 185.43 -
System Red Green Blue C M Y K H S L
Decimal 224 88 218 0 0.61 0.03 0.12 302.65 0.69 0.61
Hex E0 58 DA 0 3D 3 C 12F 45 3D
Octal 340 130 332 0 75 3 14 457 105 75
Binary 11100000 1011000 11011010 0 111101 11 1100 100101111 1000101 111101

Color Harmonies of #E058DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E058DA

Black with #E058DA

Text Example


Text Example

White with #E058DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E058DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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