Html Css Color HEX #E761D5 Free Speech Magenta

📋 copy color: '#E761D5'

red 231 ◦ green 97 ◦ blue 213

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

Shades of Free Speech Magenta #E761D5

Tints of Free Speech Magenta #E761D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.37%

R = 42.7%
G = 17.93%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E761D5 (or 0xE761D5) is known color: Free Speech Magenta. HEX triplet: E7, 61 and D5. RGB value is (231,97,213). Sum of RGB (Red+Green+Blue) = 231+97+213=541 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.70% from 541); Green value is 97 (38.28% from 255 or 17.93% from 541); Blue value is 213 (83.59% from 255 or 39.37% from 541); Max value from RGB is 231 - color contains mainly: red. Hex color #E761D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E761D5 is #189E2A. Grayscale: #959595. Windows color (decimal): -1613355 or 13984231. OLE color: 13984231.

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

Color convert

RGB 231 97 213 -
CMYK 0 0.58 0.08 0.09
HSL 308.06º 0.74% 0.64% -
HSV(B) 308.06º 0.58% 0.91% -
XYZ 49.24 30.34 66.21 -
YUV 150.29 163.39 185.57 -
System Red Green Blue C M Y K H S L
Decimal 231 97 213 0 0.58 0.08 0.09 308.06 0.74 0.64
Hex E7 61 D5 0 3A 8 9 134 4A 40
Octal 347 141 325 0 72 10 11 464 112 100
Binary 11100111 1100001 11010101 0 111010 1000 1001 100110100 1001010 1000000

Color Harmonies of #E761D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E761D5

Black with #E761D5

Text Example


Text Example

White with #E761D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E761D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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