Html Css Color HEX #E761EF Free Speech Magenta

📋 copy color: '#E761EF'

red 231 ◦ green 97 ◦ blue 239

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

Shades of Free Speech Magenta #E761EF

Tints of Free Speech Magenta #E761EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.15%

R = 40.74%
G = 17.11%
B = 42.15%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E761EF (or 0xE761EF) is known color: Free Speech Magenta. HEX triplet: E7, 61 and EF. RGB value is (231,97,239). Sum of RGB (Red+Green+Blue) = 231+97+239=567 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.74% from 567); Green value is 97 (38.28% from 255 or 17.11% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #E761EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E761EF is #189E10. Grayscale: #989898. Windows color (decimal): -1613329 or 15688167. OLE color: 15688167.

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

Color convert

RGB 231 97 239 -
CMYK 0.03 0.59 0 0.06
HSL 296.62º 0.82% 0.66% -
HSV(B) 296.62º 0.59% 0.94% -
XYZ 52.81 31.77 85.01 -
YUV 153.25 176.39 183.45 -
System Red Green Blue C M Y K H S L
Decimal 231 97 239 0.03 0.59 0 0.06 296.62 0.82 0.66
Hex E7 61 EF 3 3B 0 6 129 52 42
Octal 347 141 357 3 73 0 6 451 122 102
Binary 11100111 1100001 11101111 11 111011 0 110 100101001 1010010 1000010

Color Harmonies of #E761EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E761EF

Black with #E761EF

Text Example


Text Example

White with #E761EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E761EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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