#E750E4

Color #E750E4 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #E750E4

Tints of Free Speech Magenta #E750E4

Color information

#E750E4 (or 0xE750E4) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 50 and E4. RGB value is (231,80,228). Sum of RGB (Red+Green+Blue) = 231+80+228=539 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.86% from 539); Green value is 80 (31.64% from 255 or 14.84% from 539); Blue value is 228 (89.45% from 255 or 42.30% from 539); Max value from RGB is 231 - color contains mainly: red. Hex color #E750E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E750E4 is #18AF1B. Grayscale: #8D8D8D. Windows color (decimal): -1617692 or 14962919. OLE color: 14962919.

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

Color convert

RGB23180228-
CMYK00.650.010.09
HSL301.19º75.88%60.98%-
HSV(B)301.19º65.37%90.59%-
XYZ49.8328.3376.24-
YUV142.02176.53191.47-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.86%
GREEN value IS 80 (31.64% from 255) = 14.84%
BLUE value IS 228 (89.45% from 255) = 42.30%
R=42.86%
G=14.84%
B=42.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318022800.650.010.09301.1975.8860.98
HexE750E40411912d4c3d
Octal347120344010111145511475
Binary1110011110100001110010001000001110011001011011001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E750E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E750E4; }

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

 H1.HeaderClassName
 {
   color: #E750E4;
 }
 .AnyTagClassName
 {
   color: #E750E4;
 }
</style>
background-color css

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

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

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

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

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

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