Html Css Color HEX #E76AD6 Free Speech Magenta

📋 copy color: '#E76AD6'

red 231 ◦ green 106 ◦ blue 214

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

Shades of Free Speech Magenta #E76AD6

Tints of Free Speech Magenta #E76AD6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.24%

 BLUE value IS 214 (83.98% from 255) = 38.84%

R = 41.92%
G = 19.24%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E76AD6 (or 0xE76AD6) is known color: Free Speech Magenta. HEX triplet: E7, 6A and D6. RGB value is (231,106,214). Sum of RGB (Red+Green+Blue) = 231+106+214=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 106 (41.80% from 255 or 19.24% from 551); Blue value is 214 (83.98% from 255 or 38.84% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E76AD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76AD6 is #189529. Grayscale: #9B9B9B. Windows color (decimal): -1611050 or 14052071. OLE color: 14052071.

HSL color Cylindrical-coordinate representation of color #E76AD6: hue angle of 308.16º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E76AD6 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 106 214 -
CMYK 0 0.54 0.07 0.09
HSL 308.16º 0.72% 0.66% -
HSV(B) 308.16º 0.54% 0.91% -
XYZ 50.25 32.15 67.18 -
YUV 155.69 160.91 181.72 -
System Red Green Blue C M Y K H S L
Decimal 231 106 214 0 0.54 0.07 0.09 308.16 0.72 0.66
Hex E7 6A D6 0 36 7 9 134 48 42
Octal 347 152 326 0 66 7 11 464 110 102
Binary 11100111 1101010 11010110 0 110110 111 1001 100110100 1001000 1000010

Color Harmonies of #E76AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76AD6

Black with #E76AD6

Text Example


Text Example

White with #E76AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76AD6; }

 p { color: rgb(231,106,214); }

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

background-color css

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

 a { background-color: rgb(231,106,214); }

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

border-color css

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

 span { border-color: rgb(231,106,214); }

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