Html Css Color HEX #E754BD Free Speech Magenta

📋 copy color: '#E754BD'

red 231 ◦ green 84 ◦ blue 189

#E754BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #E754BD

Tints of Free Speech Magenta #E754BD

RGB

 RED value IS 231 (90.63% from 255) = 45.83%

 GREEN value IS 84 (33.2% from 255) = 16.67%

 BLUE value IS 189 (74.22% from 255) = 37.5%

R = 45.83%
G = 16.67%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E754BD (or 0xE754BD) is known color: Free Speech Magenta. HEX triplet: E7, 54 and BD. RGB value is (231,84,189). Sum of RGB (Red+Green+Blue) = 231+84+189=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 84 (33.20% from 255 or 16.67% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E754BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E754BD is #18AB42. Grayscale: #8B8B8B. Windows color (decimal): -1616707 or 12408039. OLE color: 12408039.

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

Color convert

RGB 231 84 189 -
CMYK 0 0.64 0.18 0.09
HSL 317.14º 0.75% 0.62% -
HSV(B) 317.14º 0.64% 0.91% -
XYZ 45.31 27 50.97 -
YUV 139.92 155.7 192.96 -
System Red Green Blue C M Y K H S L
Decimal 231 84 189 0 0.64 0.18 0.09 317.14 0.75 0.62
Hex E7 54 BD 0 40 12 9 13D 4B 3E
Octal 347 124 275 0 100 22 11 475 113 76
Binary 11100111 1010100 10111101 0 1000000 10010 1001 100111101 1001011 111110

Color Harmonies of #E754BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E754BD

Black with #E754BD

Text Example


Text Example

White with #E754BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E754BD; }

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

 H1.HeaderClassName
 {
   color: #E754BD;
 }
 .AnyTagClassName
 {
   color: #E754BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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