#E35CCA

Color #E35CCA Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #E35CCA

Tints of Free Speech Magenta #E35CCA

Color information

#E35CCA (or 0xE35CCA) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 5C and CA. RGB value is (227,92,202). Sum of RGB (Red+Green+Blue) = 227+92+202=521 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.57% from 521); Green value is 92 (36.33% from 255 or 17.66% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 227 - color contains mainly: red. Hex color #E35CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35CCA is #1CA335. Grayscale: #909090. Windows color (decimal): -1876790 or 13262051. OLE color: 13262051.

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

Color convert

RGB22792202-
CMYK00.590.110.11
HSL311.11º70.68%62.55%-
HSV(B)311.11º59.47%89.02%-
XYZ46.1728.2558.9-
YUV144.9160.23186.56-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.57%
GREEN value IS 92 (36.33% from 255) = 17.66%
BLUE value IS 202 (79.30% from 255) = 38.77%
R=43.57%
G=17.66%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279220200.590.110.11311.1170.6862.55
HexE35CCA03BBB137473f
Octal343134312073131346710777
Binary111000111011100110010100111011101110111001101111000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35CCA; }

 p { color: rgb(227,92,202); }

 H1.HeaderClassName
 {
   color: #E35CCA;
 }
 .AnyTagClassName
 {
   color: #E35CCA;
 }
</style>
background-color css

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

 a { background-color: rgb(227,92,202); }

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

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

 span { border-color: rgb(227,92,202); }

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