Html Css Color HEX #E35AC2 Free Speech Magenta

📋 copy color: '#E35AC2'

red 227 ◦ green 90 ◦ blue 194

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

Shades of Free Speech Magenta #E35AC2

Tints of Free Speech Magenta #E35AC2

RGB

 RED value IS 227 (89.06% from 255) = 44.42%

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

 BLUE value IS 194 (76.17% from 255) = 37.96%

R = 44.42%
G = 17.61%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#E35AC2 (or 0xE35AC2) is known color: Free Speech Magenta. HEX triplet: E3, 5A and C2. RGB value is (227,90,194). Sum of RGB (Red+Green+Blue) = 227+90+194=511 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.42% from 511); Green value is 90 (35.55% from 255 or 17.61% from 511); Blue value is 194 (76.17% from 255 or 37.96% from 511); Max value from RGB is 227 - color contains mainly: red. Hex color #E35AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35AC2 is #1CA53D. Grayscale: #8E8E8E. Windows color (decimal): -1877310 or 12737251. OLE color: 12737251.

HSL color Cylindrical-coordinate representation of color #E35AC2: hue angle of 314.45º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E35AC2 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 90 194 -
CMYK 0 0.60 0.15 0.11
HSL 314.45º 0.71% 0.62% -
HSV(B) 314.45º 0.6% 0.89% -
XYZ 45.07 27.54 53.98 -
YUV 142.82 156.89 188.04 -
System Red Green Blue C M Y K H S L
Decimal 227 90 194 0 0.60 0.15 0.11 314.45 0.71 0.62
Hex E3 5A C2 0 3C F B 13A 47 3E
Octal 343 132 302 0 74 17 13 472 107 76
Binary 11100011 1011010 11000010 0 111100 1111 1011 100111010 1000111 111110

Color Harmonies of #E35AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35AC2

Black with #E35AC2

Text Example


Text Example

White with #E35AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35AC2; }

 p { color: rgb(227,90,194); }

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

background-color css

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

 a { background-color: rgb(227,90,194); }

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

border-color css

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

 span { border-color: rgb(227,90,194); }

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