Html Css Color HEX #E761D6 Free Speech Magenta

📋 copy color: '#E761D6'

red 231 ◦ green 97 ◦ blue 214

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

Shades of Free Speech Magenta #E761D6

Tints of Free Speech Magenta #E761D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.48%

R = 42.62%
G = 17.9%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E761D6 (or 0xE761D6) is known color: Free Speech Magenta. HEX triplet: E7, 61 and D6. RGB value is (231,97,214). Sum of RGB (Red+Green+Blue) = 231+97+214=542 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.62% from 542); Green value is 97 (38.28% from 255 or 17.90% from 542); Blue value is 214 (83.98% from 255 or 39.48% from 542); Max value from RGB is 231 - color contains mainly: red. Hex color #E761D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E761D6 is #189E29. Grayscale: #969696. Windows color (decimal): -1613354 or 14049767. OLE color: 14049767.

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

Color convert

RGB 231 97 214 -
CMYK 0 0.58 0.07 0.09
HSL 307.61º 0.74% 0.64% -
HSV(B) 307.61º 0.58% 0.91% -
XYZ 49.37 30.39 66.88 -
YUV 150.4 163.89 185.49 -
System Red Green Blue C M Y K H S L
Decimal 231 97 214 0 0.58 0.07 0.09 307.61 0.74 0.64
Hex E7 61 D6 0 3A 7 9 134 4A 40
Octal 347 141 326 0 72 7 11 464 112 100
Binary 11100111 1100001 11010110 0 111010 111 1001 100110100 1001010 1000000

Color Harmonies of #E761D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E761D6

Black with #E761D6

Text Example


Text Example

White with #E761D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E761D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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