Html Css Color HEX #E35ACE Free Speech Magenta

📋 copy color: '#E35ACE'

red 227 ◦ green 90 ◦ blue 206

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

Shades of Free Speech Magenta #E35ACE

Tints of Free Speech Magenta #E35ACE

RGB

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

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

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

R = 43.4%
G = 17.21%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E35ACE (or 0xE35ACE) is known color: Free Speech Magenta. HEX triplet: E3, 5A and CE. RGB value is (227,90,206). Sum of RGB (Red+Green+Blue) = 227+90+206=523 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.40% from 523); Green value is 90 (35.55% from 255 or 17.21% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 227 - color contains mainly: red. Hex color #E35ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35ACE is #1CA531. Grayscale: #8F8F8F. Windows color (decimal): -1877298 or 13523683. OLE color: 13523683.

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

Color convert

RGB 227 90 206 -
CMYK 0 0.60 0.09 0.11
HSL 309.2º 0.71% 0.62% -
HSV(B) 309.2º 0.6% 0.89% -
XYZ 46.48 28.1 61.37 -
YUV 144.19 162.89 187.07 -
System Red Green Blue C M Y K H S L
Decimal 227 90 206 0 0.60 0.09 0.11 309.2 0.71 0.62
Hex E3 5A CE 0 3C 9 B 135 47 3E
Octal 343 132 316 0 74 11 13 465 107 76
Binary 11100011 1011010 11001110 0 111100 1001 1011 100110101 1000111 111110

Color Harmonies of #E35ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35ACE

Black with #E35ACE

Text Example


Text Example

White with #E35ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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