Html Css Color HEX #E761E2 Free Speech Magenta

📋 copy color: '#E761E2'

red 231 ◦ green 97 ◦ blue 226

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

Shades of Free Speech Magenta #E761E2

Tints of Free Speech Magenta #E761E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 40.79%

R = 41.7%
G = 17.51%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#E761E2 (or 0xE761E2) is known color: Free Speech Magenta. HEX triplet: E7, 61 and E2. RGB value is (231,97,226). Sum of RGB (Red+Green+Blue) = 231+97+226=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 97 (38.28% from 255 or 17.51% from 554); Blue value is 226 (88.67% from 255 or 40.79% from 554); Max value from RGB is 231 - color contains mainly: red. Hex color #E761E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E761E2 is #189E1D. Grayscale: #979797. Windows color (decimal): -1613342 or 14836199. OLE color: 14836199.

HSL color Cylindrical-coordinate representation of color #E761E2: hue angle of 302.24º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E761E2 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 97 226 -
CMYK 0 0.58 0.02 0.09
HSL 302.24º 0.74% 0.64% -
HSV(B) 302.24º 0.58% 0.91% -
XYZ 50.96 31.03 75.26 -
YUV 151.77 169.89 184.51 -
System Red Green Blue C M Y K H S L
Decimal 231 97 226 0 0.58 0.02 0.09 302.24 0.74 0.64
Hex E7 61 E2 0 3A 2 9 12E 4A 40
Octal 347 141 342 0 72 2 11 456 112 100
Binary 11100111 1100001 11100010 0 111010 10 1001 100101110 1001010 1000000

Color Harmonies of #E761E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E761E2

Black with #E761E2

Text Example


Text Example

White with #E761E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E761E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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