Html Css Color HEX #E761EE Free Speech Magenta

📋 copy color: '#E761EE'

red 231 ◦ green 97 ◦ blue 238

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

Shades of Free Speech Magenta #E761EE

Tints of Free Speech Magenta #E761EE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.14%

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

R = 40.81%
G = 17.14%
B = 42.05%

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

#E761EE (or 0xE761EE) is known color: Free Speech Magenta. HEX triplet: E7, 61 and EE. RGB value is (231,97,238). Sum of RGB (Red+Green+Blue) = 231+97+238=566 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.81% from 566); Green value is 97 (38.28% from 255 or 17.14% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #E761EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E761EE is #189E11. Grayscale: #989898. Windows color (decimal): -1613330 or 15622631. OLE color: 15622631.

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

Color convert

RGB 231 97 238 -
CMYK 0.03 0.59 0 0.07
HSL 297.02º 0.81% 0.66% -
HSV(B) 297.02º 0.59% 0.93% -
XYZ 52.66 31.71 84.23 -
YUV 153.14 175.89 183.54 -
System Red Green Blue C M Y K H S L
Decimal 231 97 238 0.03 0.59 0 0.07 297.02 0.81 0.66
Hex E7 61 EE 3 3B 0 7 129 51 42
Octal 347 141 356 3 73 0 7 451 121 102
Binary 11100111 1100001 11101110 11 111011 0 111 100101001 1010001 1000010

Color Harmonies of #E761EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E761EE

Black with #E761EE

Text Example


Text Example

White with #E761EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E761EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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