Html Css Color HEX #E761ED Free Speech Magenta

📋 copy color: '#E761ED'

red 231 ◦ green 97 ◦ blue 237

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

Shades of Free Speech Magenta #E761ED

Tints of Free Speech Magenta #E761ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.95%

R = 40.88%
G = 17.17%
B = 41.95%

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

#E761ED (or 0xE761ED) is known color: Free Speech Magenta. HEX triplet: E7, 61 and ED. RGB value is (231,97,237). Sum of RGB (Red+Green+Blue) = 231+97+237=565 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.88% from 565); Green value is 97 (38.28% from 255 or 17.17% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #E761ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E761ED is #189E12. Grayscale: #989898. Windows color (decimal): -1613331 or 15557095. OLE color: 15557095.

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

Color convert

RGB 231 97 237 -
CMYK 0.03 0.59 0 0.07
HSL 297.43º 0.8% 0.65% -
HSV(B) 297.43º 0.59% 0.93% -
XYZ 52.52 31.65 83.46 -
YUV 153.03 175.39 183.62 -
System Red Green Blue C M Y K H S L
Decimal 231 97 237 0.03 0.59 0 0.07 297.43 0.8 0.65
Hex E7 61 ED 3 3B 0 7 129 50 41
Octal 347 141 355 3 73 0 7 451 120 101
Binary 11100111 1100001 11101101 11 111011 0 111 100101001 1010000 1000001

Color Harmonies of #E761ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E761ED

Black with #E761ED

Text Example


Text Example

White with #E761ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E761ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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