Html Css Color HEX #E760EA Free Speech Magenta

📋 copy color: '#E760EA'

red 231 ◦ green 96 ◦ blue 234

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

Shades of Free Speech Magenta #E760EA

Tints of Free Speech Magenta #E760EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.71%

R = 41.18%
G = 17.11%
B = 41.71%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E760EA (or 0xE760EA) is known color: Free Speech Magenta. HEX triplet: E7, 60 and EA. RGB value is (231,96,234). Sum of RGB (Red+Green+Blue) = 231+96+234=561 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.18% from 561); Green value is 96 (37.89% from 255 or 17.11% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #E760EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E760EA is #189F15. Grayscale: #979797. Windows color (decimal): -1613590 or 15360231. OLE color: 15360231.

HSL color Cylindrical-coordinate representation of color #E760EA: hue angle of 298.7º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E760EA is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 231 96 234 -
CMYK 0.01 0.59 0 0.08
HSL 298.7º 0.77% 0.65% -
HSV(B) 298.7º 0.59% 0.92% -
XYZ 51.99 31.3 81.14 -
YUV 152.1 174.23 184.28 -
System Red Green Blue C M Y K H S L
Decimal 231 96 234 0.01 0.59 0 0.08 298.7 0.77 0.65
Hex E7 60 EA 1 3B 0 8 12B 4D 41
Octal 347 140 352 1 73 0 10 453 115 101
Binary 11100111 1100000 11101010 1 111011 0 1000 100101011 1001101 1000001

Color Harmonies of #E760EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E760EA

Black with #E760EA

Text Example


Text Example

White with #E760EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E760EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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