#E355CB

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

Shades of Free Speech Magenta #E355CB

Tints of Free Speech Magenta #E355CB

Color information

#E355CB (or 0xE355CB) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 55 and CB. RGB value is (227,85,203). Sum of RGB (Red+Green+Blue) = 227+85+203=515 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.08% from 515); Green value is 85 (33.59% from 255 or 16.50% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 227 - color contains mainly: red. Hex color #E355CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E355CB is #1CAA34. Grayscale: #8C8C8C. Windows color (decimal): -1878581 or 13325795. OLE color: 13325795.

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

Color convert

RGB22785203-
CMYK00.630.110.11
HSL310.14º71.72%61.18%-
HSV(B)310.14º62.56%89.02%-
XYZ45.7127.1459.33-
YUV140.91163.04189.41-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.08%
GREEN value IS 85 (33.59% from 255) = 16.50%
BLUE value IS 203 (79.69% from 255) = 39.42%
R=44.08%
G=16.50%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2278520300.630.110.11310.1471.7261.18
HexE355CB03FBB136483d
Octal343125313077131346611075
Binary111000111010101110010110111111101110111001101101001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E355CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E355CB; }

 p { color: rgb(227,85,203); }

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

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

 a { background-color: rgb(227,85,203); }

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

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

 span { border-color: rgb(227,85,203); }

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