#E754CA

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

Shades of Free Speech Magenta #E754CA

Tints of Free Speech Magenta #E754CA

Color information

#E754CA (or 0xE754CA) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 54 and CA. RGB value is (231,84,202). Sum of RGB (Red+Green+Blue) = 231+84+202=517 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.68% from 517); Green value is 84 (33.20% from 255 or 16.25% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 231 - color contains mainly: red. Hex color #E754CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E754CA is #18AB35. Grayscale: #8D8D8D. Windows color (decimal): -1616694 or 13260007. OLE color: 13260007.

HSL color Cylindrical-coordinate representation of color #E754CA: hue angle of 311.84º degrees, saturation: 0.75, 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 #E754CA is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB23184202-
CMYK00.640.130.09
HSL311.84º75.38%61.76%-
HSV(B)311.84º63.64%90.59%-
XYZ46.7927.5958.74-
YUV141.4162.2191.91-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.68%
GREEN value IS 84 (33.20% from 255) = 16.25%
BLUE value IS 202 (79.30% from 255) = 39.07%
R=44.68%
G=16.25%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318420200.640.130.09311.8475.3861.76
HexE754CA040D91384b3e
Octal3471243120100151147011376
Binary1110011110101001100101001000000110110011001110001001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E754CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E754CA; }

 p { color: rgb(231,84,202); }

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

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

 a { background-color: rgb(231,84,202); }

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

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

 span { border-color: rgb(231,84,202); }

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