Html Css Color HEX #E751BD Free Speech Magenta

📋 copy color: '#E751BD'

red 231 ◦ green 81 ◦ blue 189

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

Shades of Free Speech Magenta #E751BD

Tints of Free Speech Magenta #E751BD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.17%

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

R = 46.11%
G = 16.17%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E751BD (or 0xE751BD) is known color: Free Speech Magenta. HEX triplet: E7, 51 and BD. RGB value is (231,81,189). Sum of RGB (Red+Green+Blue) = 231+81+189=501 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.11% from 501); Green value is 81 (32.03% from 255 or 16.17% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 231 - color contains mainly: red. Hex color #E751BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E751BD is #18AE42. Grayscale: #898989. Windows color (decimal): -1617475 or 12407271. OLE color: 12407271.

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

Color convert

RGB 231 81 189 -
CMYK 0 0.65 0.18 0.09
HSL 316.8º 0.76% 0.61% -
HSV(B) 316.8º 0.65% 0.91% -
XYZ 45.08 26.55 50.89 -
YUV 138.16 156.7 194.22 -
System Red Green Blue C M Y K H S L
Decimal 231 81 189 0 0.65 0.18 0.09 316.8 0.76 0.61
Hex E7 51 BD 0 41 12 9 13D 4C 3D
Octal 347 121 275 0 101 22 11 475 114 75
Binary 11100111 1010001 10111101 0 1000001 10010 1001 100111101 1001100 111101

Color Harmonies of #E751BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E751BD

Black with #E751BD

Text Example


Text Example

White with #E751BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E751BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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