Html Css Color HEX #E05ACE Free Speech Magenta

📋 copy color: '#E05ACE'

red 224 ◦ green 90 ◦ blue 206

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

Shades of Free Speech Magenta #E05ACE

Tints of Free Speech Magenta #E05ACE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.31%

 BLUE value IS 206 (80.86% from 255) = 39.62%

R = 43.08%
G = 17.31%
B = 39.62%

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

#E05ACE (or 0xE05ACE) is known color: Free Speech Magenta. HEX triplet: E0, 5A and CE. RGB value is (224,90,206). Sum of RGB (Red+Green+Blue) = 224+90+206=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 90 (35.55% from 255 or 17.31% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 224 - color contains mainly: red. Hex color #E05ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05ACE is #1FA531. Grayscale: #8E8E8E. Windows color (decimal): -2073906 or 13523680. OLE color: 13523680.

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

Color convert

RGB 224 90 206 -
CMYK 0 0.60 0.08 0.12
HSL 308.06º 0.68% 0.62% -
HSV(B) 308.06º 0.6% 0.88% -
XYZ 45.54 27.62 61.32 -
YUV 143.29 163.39 185.57 -
System Red Green Blue C M Y K H S L
Decimal 224 90 206 0 0.60 0.08 0.12 308.06 0.68 0.62
Hex E0 5A CE 0 3C 8 C 134 44 3E
Octal 340 132 316 0 74 10 14 464 104 76
Binary 11100000 1011010 11001110 0 111100 1000 1100 100110100 1000100 111110

Color Harmonies of #E05ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05ACE

Black with #E05ACE

Text Example


Text Example

White with #E05ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05ACE; }

 p { color: rgb(224,90,206); }

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

background-color css

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

 a { background-color: rgb(224,90,206); }

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

border-color css

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

 span { border-color: rgb(224,90,206); }

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