Html Css Color HEX #E760EE Free Speech Magenta

📋 copy color: '#E760EE'

red 231 ◦ green 96 ◦ blue 238

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

Shades of Free Speech Magenta #E760EE

Tints of Free Speech Magenta #E760EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.12%

R = 40.88%
G = 16.99%
B = 42.12%

CMYK

 C value IS 0.03

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E760EE (or 0xE760EE) is known color: Free Speech Magenta. HEX triplet: E7, 60 and EE. RGB value is (231,96,238). Sum of RGB (Red+Green+Blue) = 231+96+238=565 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.88% from 565); Green value is 96 (37.89% from 255 or 16.99% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #E760EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E760EE is #189F11. Grayscale: #989898. Windows color (decimal): -1613586 or 15622375. OLE color: 15622375.

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

Color convert

RGB 231 96 238 -
CMYK 0.03 0.60 0 0.07
HSL 297.04º 0.81% 0.65% -
HSV(B) 297.04º 0.6% 0.93% -
XYZ 52.57 31.53 84.2 -
YUV 152.55 176.23 183.95 -
System Red Green Blue C M Y K H S L
Decimal 231 96 238 0.03 0.60 0 0.07 297.04 0.81 0.65
Hex E7 60 EE 3 3C 0 7 129 51 41
Octal 347 140 356 3 74 0 7 451 121 101
Binary 11100111 1100000 11101110 11 111100 0 111 100101001 1010001 1000001

Color Harmonies of #E760EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E760EE

Black with #E760EE

Text Example


Text Example

White with #E760EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E760EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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