Html Css Color HEX #E76ADC Free Speech Magenta

📋 copy color: '#E76ADC'

red 231 ◦ green 106 ◦ blue 220

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

Shades of Free Speech Magenta #E76ADC

Tints of Free Speech Magenta #E76ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.5%

R = 41.47%
G = 19.03%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E76ADC (or 0xE76ADC) is known color: Free Speech Magenta. HEX triplet: E7, 6A and DC. RGB value is (231,106,220). Sum of RGB (Red+Green+Blue) = 231+106+220=557 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.47% from 557); Green value is 106 (41.80% from 255 or 19.03% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 231 - color contains mainly: red. Hex color #E76ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76ADC is #189523. Grayscale: #9C9C9C. Windows color (decimal): -1611044 or 14445287. OLE color: 14445287.

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

Color convert

RGB 231 106 220 -
CMYK 0 0.54 0.05 0.09
HSL 305.28º 0.72% 0.66% -
HSV(B) 305.28º 0.54% 0.91% -
XYZ 51.03 32.46 71.29 -
YUV 156.37 163.91 181.23 -
System Red Green Blue C M Y K H S L
Decimal 231 106 220 0 0.54 0.05 0.09 305.28 0.72 0.66
Hex E7 6A DC 0 36 5 9 131 48 42
Octal 347 152 334 0 66 5 11 461 110 102
Binary 11100111 1101010 11011100 0 110110 101 1001 100110001 1001000 1000010

Color Harmonies of #E76ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76ADC

Black with #E76ADC

Text Example


Text Example

White with #E76ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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