Html Css Color HEX #E760DC Free Speech Magenta

📋 copy color: '#E760DC'

red 231 ◦ green 96 ◦ blue 220

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

Shades of Free Speech Magenta #E760DC

Tints of Free Speech Magenta #E760DC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.55%

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

R = 42.23%
G = 17.55%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E760DC (or 0xE760DC) is known color: Free Speech Magenta. HEX triplet: E7, 60 and DC. RGB value is (231,96,220). Sum of RGB (Red+Green+Blue) = 231+96+220=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 96 (37.89% from 255 or 17.55% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 231 - color contains mainly: red. Hex color #E760DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E760DC is #189F23. Grayscale: #969696. Windows color (decimal): -1613604 or 14442727. OLE color: 14442727.

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

Color convert

RGB 231 96 220 -
CMYK 0 0.58 0.05 0.09
HSL 304.89º 0.74% 0.64% -
HSV(B) 304.89º 0.58% 0.91% -
XYZ 50.06 30.52 70.96 -
YUV 150.5 167.23 185.42 -
System Red Green Blue C M Y K H S L
Decimal 231 96 220 0 0.58 0.05 0.09 304.89 0.74 0.64
Hex E7 60 DC 0 3A 5 9 131 4A 40
Octal 347 140 334 0 72 5 11 461 112 100
Binary 11100111 1100000 11011100 0 111010 101 1001 100110001 1001010 1000000

Color Harmonies of #E760DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E760DC

Black with #E760DC

Text Example


Text Example

White with #E760DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E760DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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