#E74CBD

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

Shades of Free Speech Magenta #E74CBD

Tints of Free Speech Magenta #E74CBD

Color information

#E74CBD (or 0xE74CBD) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 4C and BD. RGB value is (231,76,189). Sum of RGB (Red+Green+Blue) = 231+76+189=496 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.57% from 496); Green value is 76 (30.08% from 255 or 15.32% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 231 - color contains mainly: red. Hex color #E74CBD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74CBD is #18B342. Grayscale: #868686. Windows color (decimal): -1618755 or 12405991. OLE color: 12405991.

HSL color Cylindrical-coordinate representation of color #E74CBD: hue angle of 316.26º 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 #E74CBD is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB23176189-
CMYK00.670.180.09
HSL316.26º76.35%60.2%-
HSV(B)316.26º67.1%90.59%-
XYZ44.7225.8350.77-
YUV135.23158.35196.31-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.57%
GREEN value IS 76 (30.08% from 255) = 15.32%
BLUE value IS 189 (74.22% from 255) = 38.10%
R=46.57%
G=15.32%
B=38.10%

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
Decimal2317618900.670.180.09316.2676.3560.2
HexE74CBD04312913c4c3c
Octal3471142750103221147411474
Binary11100111100110010111101010000111001010011001111001001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74CBD; }

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

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

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

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

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

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

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

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