#E35CBC

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

Shades of Free Speech Magenta #E35CBC

Tints of Free Speech Magenta #E35CBC

Color information

#E35CBC (or 0xE35CBC) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 5C and BC. RGB value is (227,92,188). Sum of RGB (Red+Green+Blue) = 227+92+188=507 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.77% from 507); Green value is 92 (36.33% from 255 or 18.15% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 227 - color contains mainly: red. Hex color #E35CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35CBC is #1CA343. Grayscale: #8F8F8F. Windows color (decimal): -1876804 or 12344547. OLE color: 12344547.

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

Color convert

RGB22792188-
CMYK00.590.170.11
HSL317.33º70.68%62.55%-
HSV(B)317.33º59.47%89.02%-
XYZ44.5827.6250.56-
YUV143.31153.23187.69-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.77%
GREEN value IS 92 (36.33% from 255) = 18.15%
BLUE value IS 188 (73.83% from 255) = 37.08%
R=44.77%
G=18.15%
B=37.08%

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
Decimal2279218800.590.170.11317.3370.6862.55
HexE35CBC03B11B13d473f
Octal343134274073211347510777
Binary1110001110111001011110001110111000110111001111011000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35CBC; }

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

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

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

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

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

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

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

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