Html Css Color HEX #E058D0 Free Speech Magenta

📋 copy color: '#E058D0'

red 224 ◦ green 88 ◦ blue 208

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

Shades of Free Speech Magenta #E058D0

Tints of Free Speech Magenta #E058D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40%

R = 43.08%
G = 16.92%
B = 40%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E058D0 (or 0xE058D0) is known color: Free Speech Magenta. HEX triplet: E0, 58 and D0. RGB value is (224,88,208). Sum of RGB (Red+Green+Blue) = 224+88+208=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 88 (34.77% from 255 or 16.92% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 224 - color contains mainly: red. Hex color #E058D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E058D0 is #1FA72F. Grayscale: #8E8E8E. Windows color (decimal): -2074416 or 13654240. OLE color: 13654240.

HSL color Cylindrical-coordinate representation of color #E058D0: hue angle of 307.06º 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 #E058D0 is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 88 208 -
CMYK 0 0.61 0.07 0.12
HSL 307.06º 0.69% 0.61% -
HSV(B) 307.06º 0.61% 0.88% -
XYZ 45.62 27.38 62.56 -
YUV 142.34 165.06 186.24 -
System Red Green Blue C M Y K H S L
Decimal 224 88 208 0 0.61 0.07 0.12 307.06 0.69 0.61
Hex E0 58 D0 0 3D 7 C 133 45 3D
Octal 340 130 320 0 75 7 14 463 105 75
Binary 11100000 1011000 11010000 0 111101 111 1100 100110011 1000101 111101

Color Harmonies of #E058D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E058D0

Black with #E058D0

Text Example


Text Example

White with #E058D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E058D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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