Html Css Color HEX #E059CD Free Speech Magenta

📋 copy color: '#E059CD'

red 224 ◦ green 89 ◦ blue 205

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

Shades of Free Speech Magenta #E059CD

Tints of Free Speech Magenta #E059CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.58%

R = 43.24%
G = 17.18%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E059CD (or 0xE059CD) is known color: Free Speech Magenta. HEX triplet: E0, 59 and CD. RGB value is (224,89,205). Sum of RGB (Red+Green+Blue) = 224+89+205=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 89 (35.16% from 255 or 17.18% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 224 - color contains mainly: red. Hex color #E059CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E059CD is #1FA632. Grayscale: #8E8E8E. Windows color (decimal): -2074163 or 13457888. OLE color: 13457888.

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

Color convert

RGB 224 89 205 -
CMYK 0 0.60 0.08 0.12
HSL 308.44º 0.69% 0.61% -
HSV(B) 308.44º 0.6% 0.88% -
XYZ 45.33 27.4 60.66 -
YUV 142.59 163.23 186.07 -
System Red Green Blue C M Y K H S L
Decimal 224 89 205 0 0.60 0.08 0.12 308.44 0.69 0.61
Hex E0 59 CD 0 3C 8 C 134 45 3D
Octal 340 131 315 0 74 10 14 464 105 75
Binary 11100000 1011001 11001101 0 111100 1000 1100 100110100 1000101 111101

Color Harmonies of #E059CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E059CD

Black with #E059CD

Text Example


Text Example

White with #E059CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E059CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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