#E35CBD

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

Shades of Free Speech Magenta #E35CBD

Tints of Free Speech Magenta #E35CBD

Color information

#E35CBD (or 0xE35CBD) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 5C and BD. RGB value is (227,92,189). Sum of RGB (Red+Green+Blue) = 227+92+189=508 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.69% from 508); Green value is 92 (36.33% from 255 or 18.11% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 227 - color contains mainly: red. Hex color #E35CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35CBD is #1CA342. Grayscale: #8F8F8F. Windows color (decimal): -1876803 or 12410083. OLE color: 12410083.

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

Color convert

RGB22792189-
CMYK00.590.170.11
HSL316.89º70.68%62.55%-
HSV(B)316.89º59.47%89.02%-
XYZ44.6927.6651.13-
YUV143.42153.73187.61-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.69%
GREEN value IS 92 (36.33% from 255) = 18.11%
BLUE value IS 189 (74.22% from 255) = 37.20%
R=44.69%
G=18.11%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279218900.590.170.11316.8970.6862.55
HexE35CBD03B11B13d473f
Octal343134275073211347510777
Binary1110001110111001011110101110111000110111001111011000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35CBD; }

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

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

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

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

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

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

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

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