Html Css Color HEX #E759DA Free Speech Magenta

📋 copy color: '#E759DA'

red 231 ◦ green 89 ◦ blue 218

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

Shades of Free Speech Magenta #E759DA

Tints of Free Speech Magenta #E759DA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.54%

 BLUE value IS 218 (85.55% from 255) = 40.52%

R = 42.94%
G = 16.54%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E759DA (or 0xE759DA) is known color: Free Speech Magenta. HEX triplet: E7, 59 and DA. RGB value is (231,89,218). Sum of RGB (Red+Green+Blue) = 231+89+218=538 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.94% from 538); Green value is 89 (35.16% from 255 or 16.54% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 231 - color contains mainly: red. Hex color #E759DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E759DA is #18A625. Grayscale: #919191. Windows color (decimal): -1615398 or 14309863. OLE color: 14309863.

HSL color Cylindrical-coordinate representation of color #E759DA: hue angle of 305.49º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E759DA is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 89 218 -
CMYK 0 0.61 0.06 0.09
HSL 305.49º 0.75% 0.63% -
HSV(B) 305.49º 0.61% 0.91% -
XYZ 49.18 29.2 69.37 -
YUV 146.16 168.54 188.51 -
System Red Green Blue C M Y K H S L
Decimal 231 89 218 0 0.61 0.06 0.09 305.49 0.75 0.63
Hex E7 59 DA 0 3D 6 9 131 4B 3F
Octal 347 131 332 0 75 6 11 461 113 77
Binary 11100111 1011001 11011010 0 111101 110 1001 100110001 1001011 111111

Color Harmonies of #E759DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E759DA

Black with #E759DA

Text Example


Text Example

White with #E759DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E759DA; }

 p { color: rgb(231,89,218); }

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

background-color css

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

 a { background-color: rgb(231,89,218); }

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

border-color css

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

 span { border-color: rgb(231,89,218); }

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