Html Css Color HEX #E760ED Free Speech Magenta

📋 copy color: '#E760ED'

red 231 ◦ green 96 ◦ blue 237

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

Shades of Free Speech Magenta #E760ED

Tints of Free Speech Magenta #E760ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.02%

R = 40.96%
G = 17.02%
B = 42.02%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E760ED (or 0xE760ED) is known color: Free Speech Magenta. HEX triplet: E7, 60 and ED. RGB value is (231,96,237). Sum of RGB (Red+Green+Blue) = 231+96+237=564 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.96% from 564); Green value is 96 (37.89% from 255 or 17.02% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #E760ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E760ED is #189F12. Grayscale: #989898. Windows color (decimal): -1613587 or 15556839. OLE color: 15556839.

HSL color Cylindrical-coordinate representation of color #E760ED: hue angle of 297.45º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E760ED is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 231 96 237 -
CMYK 0.03 0.59 0 0.07
HSL 297.45º 0.8% 0.65% -
HSV(B) 297.45º 0.59% 0.93% -
XYZ 52.42 31.47 83.43 -
YUV 152.44 175.73 184.04 -
System Red Green Blue C M Y K H S L
Decimal 231 96 237 0.03 0.59 0 0.07 297.45 0.8 0.65
Hex E7 60 ED 3 3B 0 7 129 50 41
Octal 347 140 355 3 73 0 7 451 120 101
Binary 11100111 1100000 11101101 11 111011 0 111 100101001 1010000 1000001

Color Harmonies of #E760ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E760ED

Black with #E760ED

Text Example


Text Example

White with #E760ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E760ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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