#E74CBE

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

Shades of Free Speech Magenta #E74CBE

Tints of Free Speech Magenta #E74CBE

Color information

#E74CBE (or 0xE74CBE) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 4C and BE. RGB value is (231,76,190). Sum of RGB (Red+Green+Blue) = 231+76+190=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 76 (30.08% from 255 or 15.29% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 231 - color contains mainly: red. Hex color #E74CBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74CBE is #18B341. Grayscale: #878787. Windows color (decimal): -1618754 or 12471527. OLE color: 12471527.

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

Color convert

RGB23176190-
CMYK00.670.180.09
HSL315.87º76.35%60.2%-
HSV(B)315.87º67.1%90.59%-
XYZ44.8325.8851.35-
YUV135.34158.85196.23-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.48%
GREEN value IS 76 (30.08% from 255) = 15.29%
BLUE value IS 190 (74.61% from 255) = 38.23%
R=46.48%
G=15.29%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2317619000.670.180.09315.8776.3560.2
HexE74CBE04312913c4c3c
Octal3471142760103221147411474
Binary11100111100110010111110010000111001010011001111001001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74CBE; }

 p { color: rgb(231,76,190); }

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

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

 a { background-color: rgb(231,76,190); }

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

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

 span { border-color: rgb(231,76,190); }

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