#E952E5

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

Shades of Free Speech Magenta #E952E5

Tints of Free Speech Magenta #E952E5

Color information

#E952E5 (or 0xE952E5) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 52 and E5. RGB value is (233,82,229). Sum of RGB (Red+Green+Blue) = 233+82+229=544 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.83% from 544); Green value is 82 (32.42% from 255 or 15.07% from 544); Blue value is 229 (89.84% from 255 or 42.10% from 544); Max value from RGB is 233 - color contains mainly: red. Hex color #E952E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E952E5 is #16AD1A. Grayscale: #8F8F8F. Windows color (decimal): -1486107 or 15028969. OLE color: 15028969.

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

Color convert

RGB23382229-
CMYK00.650.020.09
HSL301.59º77.44%61.76%-
HSV(B)301.59º64.81%91.37%-
XYZ50.7629.0277.05-
YUV143.91176.03191.55-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.83%
GREEN value IS 82 (32.42% from 255) = 15.07%
BLUE value IS 229 (89.84% from 255) = 42.10%
R=42.83%
G=15.07%
B=42.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338222900.650.020.09301.5977.4461.76
HexE952E50412912e4d3e
Octal351122345010121145611576
Binary11101001101001011100101010000011010011001011101001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E952E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E952E5; }

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

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

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

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

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

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

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

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