Html Css Color HEX #E751DD Free Speech Magenta

📋 copy color: '#E751DD'

red 231 ◦ green 81 ◦ blue 221

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

Shades of Free Speech Magenta #E751DD

Tints of Free Speech Magenta #E751DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.46%

R = 43.34%
G = 15.2%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E751DD (or 0xE751DD) is known color: Free Speech Magenta. HEX triplet: E7, 51 and DD. RGB value is (231,81,221). Sum of RGB (Red+Green+Blue) = 231+81+221=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 81 (32.03% from 255 or 15.20% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 231 - color contains mainly: red. Hex color #E751DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E751DD is #18AE22. Grayscale: #8D8D8D. Windows color (decimal): -1617443 or 14504423. OLE color: 14504423.

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

Color convert

RGB 231 81 221 -
CMYK 0 0.65 0.04 0.09
HSL 304º 0.76% 0.61% -
HSV(B) 304º 0.65% 0.91% -
XYZ 48.95 28.09 71.25 -
YUV 141.81 172.7 191.62 -
System Red Green Blue C M Y K H S L
Decimal 231 81 221 0 0.65 0.04 0.09 304 0.76 0.61
Hex E7 51 DD 0 41 4 9 130 4C 3D
Octal 347 121 335 0 101 4 11 460 114 75
Binary 11100111 1010001 11011101 0 1000001 100 1001 100110000 1001100 111101

Color Harmonies of #E751DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E751DD

Black with #E751DD

Text Example


Text Example

White with #E751DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E751DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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