Html Css Color HEX #E750D9 Free Speech Magenta

📋 copy color: '#E750D9'

red 231 ◦ green 80 ◦ blue 217

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

Shades of Free Speech Magenta #E750D9

Tints of Free Speech Magenta #E750D9

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.15%

 BLUE value IS 217 (85.16% from 255) = 41.1%

R = 43.75%
G = 15.15%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E750D9 (or 0xE750D9) is known color: Free Speech Magenta. HEX triplet: E7, 50 and D9. RGB value is (231,80,217). Sum of RGB (Red+Green+Blue) = 231+80+217=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 80 (31.64% from 255 or 15.15% from 528); Blue value is 217 (85.16% from 255 or 41.10% from 528); Max value from RGB is 231 - color contains mainly: red. Hex color #E750D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E750D9 is #18AF26. Grayscale: #8C8C8C. Windows color (decimal): -1617703 or 14242023. OLE color: 14242023.

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

Color convert

RGB 231 80 217 -
CMYK 0 0.65 0.06 0.09
HSL 305.56º 0.76% 0.61% -
HSV(B) 305.56º 0.65% 0.91% -
XYZ 48.35 27.74 68.45 -
YUV 140.77 171.03 192.36 -
System Red Green Blue C M Y K H S L
Decimal 231 80 217 0 0.65 0.06 0.09 305.56 0.76 0.61
Hex E7 50 D9 0 41 6 9 132 4C 3D
Octal 347 120 331 0 101 6 11 462 114 75
Binary 11100111 1010000 11011001 0 1000001 110 1001 100110010 1001100 111101

Color Harmonies of #E750D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E750D9

Black with #E750D9

Text Example


Text Example

White with #E750D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E750D9; }

 p { color: rgb(231,80,217); }

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

background-color css

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

 a { background-color: rgb(231,80,217); }

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

border-color css

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

 span { border-color: rgb(231,80,217); }

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