Html Css Color HEX #E35ACC Free Speech Magenta

📋 copy color: '#E35ACC'

red 227 ◦ green 90 ◦ blue 204

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

Shades of Free Speech Magenta #E35ACC

Tints of Free Speech Magenta #E35ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.16%

R = 43.57%
G = 17.27%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E35ACC (or 0xE35ACC) is known color: Free Speech Magenta. HEX triplet: E3, 5A and CC. RGB value is (227,90,204). Sum of RGB (Red+Green+Blue) = 227+90+204=521 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.57% from 521); Green value is 90 (35.55% from 255 or 17.27% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 227 - color contains mainly: red. Hex color #E35ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35ACC is #1CA533. Grayscale: #8F8F8F. Windows color (decimal): -1877300 or 13392611. OLE color: 13392611.

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

Color convert

RGB 227 90 204 -
CMYK 0 0.60 0.10 0.11
HSL 310.07º 0.71% 0.62% -
HSV(B) 310.07º 0.6% 0.89% -
XYZ 46.23 28 60.1 -
YUV 143.96 161.89 187.23 -
System Red Green Blue C M Y K H S L
Decimal 227 90 204 0 0.60 0.10 0.11 310.07 0.71 0.62
Hex E3 5A CC 0 3C A B 136 47 3E
Octal 343 132 314 0 74 12 13 466 107 76
Binary 11100011 1011010 11001100 0 111100 1010 1011 100110110 1000111 111110

Color Harmonies of #E35ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35ACC

Black with #E35ACC

Text Example


Text Example

White with #E35ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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