#E75CDD

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

Shades of Free Speech Magenta #E75CDD

Tints of Free Speech Magenta #E75CDD

Color information

#E75CDD (or 0xE75CDD) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 5C and DD. RGB value is (231,92,221). Sum of RGB (Red+Green+Blue) = 231+92+221=544 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.46% from 544); Green value is 92 (36.33% from 255 or 16.91% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 231 - color contains mainly: red. Hex color #E75CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75CDD is #18A322. Grayscale: #939393. Windows color (decimal): -1614627 or 14507239. OLE color: 14507239.

HSL color Cylindrical-coordinate representation of color #E75CDD: hue angle of 304.32º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E75CDD is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB23192221-
CMYK00.600.040.09
HSL304.32º74.33%63.33%-
HSV(B)304.32º60.17%90.59%-
XYZ49.8329.8671.54-
YUV148.27169.05187.01-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.46%
GREEN value IS 92 (36.33% from 255) = 16.91%
BLUE value IS 221 (86.72% from 255) = 40.62%
R=42.46%
G=16.91%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319222100.600.040.09304.3274.3363.33
HexE75CDD03C491304a3f
Octal34713433507441146011277
Binary11100111101110011011101011110010010011001100001001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75CDD; }

 p { color: rgb(231,92,221); }

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

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

 a { background-color: rgb(231,92,221); }

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

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

 span { border-color: rgb(231,92,221); }

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