Html Css Color HEX #E05ACB Free Speech Magenta

📋 copy color: '#E05ACB'

red 224 ◦ green 90 ◦ blue 203

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

Shades of Free Speech Magenta #E05ACB

Tints of Free Speech Magenta #E05ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.26%

R = 43.33%
G = 17.41%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E05ACB (or 0xE05ACB) is known color: Free Speech Magenta. HEX triplet: E0, 5A and CB. RGB value is (224,90,203). Sum of RGB (Red+Green+Blue) = 224+90+203=517 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.33% from 517); Green value is 90 (35.55% from 255 or 17.41% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 224 - color contains mainly: red. Hex color #E05ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05ACB is #1FA534. Grayscale: #8E8E8E. Windows color (decimal): -2073909 or 13327072. OLE color: 13327072.

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

Color convert

RGB 224 90 203 -
CMYK 0 0.60 0.09 0.12
HSL 309.4º 0.68% 0.62% -
HSV(B) 309.4º 0.6% 0.88% -
XYZ 45.18 27.47 59.42 -
YUV 142.95 161.89 185.81 -
System Red Green Blue C M Y K H S L
Decimal 224 90 203 0 0.60 0.09 0.12 309.4 0.68 0.62
Hex E0 5A CB 0 3C 9 C 135 44 3E
Octal 340 132 313 0 74 11 14 465 104 76
Binary 11100000 1011010 11001011 0 111100 1001 1100 100110101 1000100 111110

Color Harmonies of #E05ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05ACB

Black with #E05ACB

Text Example


Text Example

White with #E05ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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