#E952D7

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

Shades of Free Speech Magenta #E952D7

Tints of Free Speech Magenta #E952D7

Color information

#E952D7 (or 0xE952D7) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 52 and D7. RGB value is (233,82,215). Sum of RGB (Red+Green+Blue) = 233+82+215=530 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.96% from 530); Green value is 82 (32.42% from 255 or 15.47% from 530); Blue value is 215 (84.38% from 255 or 40.57% from 530); Max value from RGB is 233 - color contains mainly: red. Hex color #E952D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E952D7 is #16AD28. Grayscale: #8D8D8D. Windows color (decimal): -1486121 or 14111465. OLE color: 14111465.

HSL color Cylindrical-coordinate representation of color #E952D7: hue angle of 307.15º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E952D7 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB23382215-
CMYK00.650.080.09
HSL307.15º77.44%61.76%-
HSV(B)307.15º64.81%91.37%-
XYZ48.8928.2667.17-
YUV142.31169.03192.69-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.96%
GREEN value IS 82 (32.42% from 255) = 15.47%
BLUE value IS 215 (84.38% from 255) = 40.57%
R=43.96%
G=15.47%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338221500.650.080.09307.1577.4461.76
HexE952D7041891334d3e
Octal3511223270101101146311576
Binary1110100110100101101011101000001100010011001100111001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E952D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E952D7; }

 p { color: rgb(233,82,215); }

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

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

 a { background-color: rgb(233,82,215); }

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

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

 span { border-color: rgb(233,82,215); }

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