Html Css Color HEX #E761D8 Free Speech Magenta

📋 copy color: '#E761D8'

red 231 ◦ green 97 ◦ blue 216

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

Shades of Free Speech Magenta #E761D8

Tints of Free Speech Magenta #E761D8

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.83%

 BLUE value IS 216 (84.77% from 255) = 39.71%

R = 42.46%
G = 17.83%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E761D8 (or 0xE761D8) is known color: Free Speech Magenta. HEX triplet: E7, 61 and D8. RGB value is (231,97,216). Sum of RGB (Red+Green+Blue) = 231+97+216=544 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.46% from 544); Green value is 97 (38.28% from 255 or 17.83% from 544); Blue value is 216 (84.77% from 255 or 39.71% from 544); Max value from RGB is 231 - color contains mainly: red. Hex color #E761D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E761D8 is #189E27. Grayscale: #969696. Windows color (decimal): -1613352 or 14180839. OLE color: 14180839.

HSL color Cylindrical-coordinate representation of color #E761D8: hue angle of 306.72º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E761D8 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 97 216 -
CMYK 0 0.58 0.06 0.09
HSL 306.72º 0.74% 0.64% -
HSV(B) 306.72º 0.58% 0.91% -
XYZ 49.62 30.5 68.24 -
YUV 150.63 164.89 185.32 -
System Red Green Blue C M Y K H S L
Decimal 231 97 216 0 0.58 0.06 0.09 306.72 0.74 0.64
Hex E7 61 D8 0 3A 6 9 133 4A 40
Octal 347 141 330 0 72 6 11 463 112 100
Binary 11100111 1100001 11011000 0 111010 110 1001 100110011 1001010 1000000

Color Harmonies of #E761D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E761D8

Black with #E761D8

Text Example


Text Example

White with #E761D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E761D8; }

 p { color: rgb(231,97,216); }

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

background-color css

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

 a { background-color: rgb(231,97,216); }

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

border-color css

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

 span { border-color: rgb(231,97,216); }

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