#E753BC

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

Shades of Free Speech Magenta #E753BC

Tints of Free Speech Magenta #E753BC

Color information

#E753BC (or 0xE753BC) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 53 and BC. RGB value is (231,83,188). Sum of RGB (Red+Green+Blue) = 231+83+188=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 83 (32.81% from 255 or 16.53% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 231 - color contains mainly: red. Hex color #E753BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E753BC is #18AC43. Grayscale: #8A8A8A. Windows color (decimal): -1616964 or 12342247. OLE color: 12342247.

HSL color Cylindrical-coordinate representation of color #E753BC: hue angle of 317.43º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E753BC is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB23183188-
CMYK00.640.190.09
HSL317.43º75.51%61.57%-
HSV(B)317.43º64.07%90.59%-
XYZ45.1326.8150.37-
YUV139.22155.53193.46-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.02%
GREEN value IS 83 (32.81% from 255) = 16.53%
BLUE value IS 188 (73.83% from 255) = 37.45%
R=46.02%
G=16.53%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318318800.640.190.09317.4375.5161.57
HexE753BC04013913d4c3e
Octal3471232740100231147511476
Binary11100111101001110111100010000001001110011001111011001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E753BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E753BC; }

 p { color: rgb(231,83,188); }

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

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

 a { background-color: rgb(231,83,188); }

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

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

 span { border-color: rgb(231,83,188); }

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