#E35CBA

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

Shades of Free Speech Magenta #E35CBA

Tints of Free Speech Magenta #E35CBA

Color information

#E35CBA (or 0xE35CBA) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 5C and BA. RGB value is (227,92,186). Sum of RGB (Red+Green+Blue) = 227+92+186=505 (66% of max value = 765). Red value is 227 (89.06% from 255 or 44.95% from 505); Green value is 92 (36.33% from 255 or 18.22% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 227 - color contains mainly: red. Hex color #E35CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35CBA is #1CA345. Grayscale: #8E8E8E. Windows color (decimal): -1876806 or 12213475. OLE color: 12213475.

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

Color convert

RGB22792186-
CMYK00.590.180.11
HSL318.22º70.68%62.55%-
HSV(B)318.22º59.47%89.02%-
XYZ44.3727.5349.43-
YUV143.08152.23187.86-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.95%
GREEN value IS 92 (36.33% from 255) = 18.22%
BLUE value IS 186 (73.05% from 255) = 36.83%
R=44.95%
G=18.22%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279218600.590.180.11318.2270.6862.55
HexE35CBA03B12B13e473f
Octal343134272073221347610777
Binary1110001110111001011101001110111001010111001111101000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35CBA; }

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

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

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

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

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

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

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

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