#E750E5

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

Shades of Free Speech Magenta #E750E5

Tints of Free Speech Magenta #E750E5

Color information

#E750E5 (or 0xE750E5) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 50 and E5. RGB value is (231,80,229). Sum of RGB (Red+Green+Blue) = 231+80+229=540 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.78% from 540); Green value is 80 (31.64% from 255 or 14.81% from 540); Blue value is 229 (89.84% from 255 or 42.41% from 540); Max value from RGB is 231 - color contains mainly: red. Hex color #E750E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E750E5 is #18AF1A. Grayscale: #8D8D8D. Windows color (decimal): -1617691 or 15028455. OLE color: 15028455.

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

Color convert

RGB23180229-
CMYK00.650.010.09
HSL300.79º75.88%60.98%-
HSV(B)300.79º65.37%90.59%-
XYZ49.9728.3876.97-
YUV142.14177.03191.38-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.78%
GREEN value IS 80 (31.64% from 255) = 14.81%
BLUE value IS 229 (89.84% from 255) = 42.41%
R=42.78%
G=14.81%
B=42.41%

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
Decimal2318022900.650.010.09300.7975.8860.98
HexE750E50411912d4c3d
Octal347120345010111145511475
Binary1110011110100001110010101000001110011001011011001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E750E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E750E5; }

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

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

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

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

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

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

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

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