#E038D7

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

Shades of Free Speech Magenta #E038D7

Tints of Free Speech Magenta #E038D7

Color information

#E038D7 (or 0xE038D7) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 38 and D7. RGB value is (224,56,215). Sum of RGB (Red+Green+Blue) = 224+56+215=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 56 (22.27% from 255 or 11.31% from 495); Blue value is 215 (84.38% from 255 or 43.43% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E038D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E038D7 is #1FC728. Grayscale: #7B7B7B. Windows color (decimal): -2082601 or 14104800. OLE color: 14104800.

HSL color Cylindrical-coordinate representation of color #E038D7: hue angle of 303.21º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E038D7 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB22456215-
CMYK00.750.040.12
HSL303.21º73.04%54.9%-
HSV(B)303.21º75%87.84%-
XYZ44.4223.5866.5-
YUV124.36179.16199.07-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.25%
GREEN value IS 56 (22.27% from 255) = 11.31%
BLUE value IS 215 (84.38% from 255) = 43.43%
R=45.25%
G=11.31%
B=43.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2245621500.750.040.12303.2173.0454.9
HexE038D704B4C12f4937
Octal34070327011341445711167
Binary11100000111000110101110100101110011001001011111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E038D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E038D7; }

 p { color: rgb(224,56,215); }

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

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

 a { background-color: rgb(224,56,215); }

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

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

 span { border-color: rgb(224,56,215); }

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