Html Css Color HEX #E761D0 Free Speech Magenta

📋 copy color: '#E761D0'

red 231 ◦ green 97 ◦ blue 208

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

Shades of Free Speech Magenta #E761D0

Tints of Free Speech Magenta #E761D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.81%

R = 43.1%
G = 18.1%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E761D0 (or 0xE761D0) is known color: Free Speech Magenta. HEX triplet: E7, 61 and D0. RGB value is (231,97,208). Sum of RGB (Red+Green+Blue) = 231+97+208=536 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.10% from 536); Green value is 97 (38.28% from 255 or 18.10% from 536); Blue value is 208 (81.64% from 255 or 38.81% from 536); Max value from RGB is 231 - color contains mainly: red. Hex color #E761D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E761D0 is #189E2F. Grayscale: #959595. Windows color (decimal): -1613360 or 13656551. OLE color: 13656551.

HSL color Cylindrical-coordinate representation of color #E761D0: hue angle of 310.3º 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 #E761D0 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 97 208 -
CMYK 0 0.58 0.10 0.09
HSL 310.3º 0.74% 0.64% -
HSV(B) 310.3º 0.58% 0.91% -
XYZ 48.61 30.09 62.92 -
YUV 149.72 160.89 185.97 -
System Red Green Blue C M Y K H S L
Decimal 231 97 208 0 0.58 0.10 0.09 310.3 0.74 0.64
Hex E7 61 D0 0 3A A 9 136 4A 40
Octal 347 141 320 0 72 12 11 466 112 100
Binary 11100111 1100001 11010000 0 111010 1010 1001 100110110 1001010 1000000

Color Harmonies of #E761D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E761D0

Black with #E761D0

Text Example


Text Example

White with #E761D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E761D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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