Html Css Color HEX #E750DF Free Speech Magenta

📋 copy color: '#E750DF'

red 231 ◦ green 80 ◦ blue 223

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

Shades of Free Speech Magenta #E750DF

Tints of Free Speech Magenta #E750DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.76%

R = 43.26%
G = 14.98%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E750DF (or 0xE750DF) is known color: Free Speech Magenta. HEX triplet: E7, 50 and DF. RGB value is (231,80,223). Sum of RGB (Red+Green+Blue) = 231+80+223=534 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.26% from 534); Green value is 80 (31.64% from 255 or 14.98% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 231 - color contains mainly: red. Hex color #E750DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E750DF is #18AF20. Grayscale: #8D8D8D. Windows color (decimal): -1617697 or 14635239. OLE color: 14635239.

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

Color convert

RGB 231 80 223 -
CMYK 0 0.65 0.03 0.09
HSL 303.18º 0.76% 0.61% -
HSV(B) 303.18º 0.65% 0.91% -
XYZ 49.14 28.05 72.64 -
YUV 141.45 174.03 191.87 -
System Red Green Blue C M Y K H S L
Decimal 231 80 223 0 0.65 0.03 0.09 303.18 0.76 0.61
Hex E7 50 DF 0 41 3 9 12F 4C 3D
Octal 347 120 337 0 101 3 11 457 114 75
Binary 11100111 1010000 11011111 0 1000001 11 1001 100101111 1001100 111101

Color Harmonies of #E750DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E750DF

Black with #E750DF

Text Example


Text Example

White with #E750DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E750DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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