#E955D4

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

Shades of Free Speech Magenta #E955D4

Tints of Free Speech Magenta #E955D4

Color information

#E955D4 (or 0xE955D4) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 55 and D4. RGB value is (233,85,212). Sum of RGB (Red+Green+Blue) = 233+85+212=530 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.96% from 530); Green value is 85 (33.59% from 255 or 16.04% from 530); Blue value is 212 (83.20% from 255 or 40% from 530); Max value from RGB is 233 - color contains mainly: red. Hex color #E955D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E955D4 is #16AA2B. Grayscale: #8F8F8F. Windows color (decimal): -1485356 or 13915625. OLE color: 13915625.

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

Color convert

RGB23385212-
CMYK00.640.090.09
HSL308.51º77.08%62.35%-
HSV(B)308.51º63.52%91.37%-
XYZ48.7428.5765.23-
YUV143.73166.53191.67-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.96%
GREEN value IS 85 (33.59% from 255) = 16.04%
BLUE value IS 212 (83.20% from 255) = 40%
R=43.96%
G=16.04%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338521200.640.090.09308.5177.0862.35
HexE955D4040991354d3e
Octal3511253240100111146511576
Binary1110100110101011101010001000000100110011001101011001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E955D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E955D4; }

 p { color: rgb(233,85,212); }

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

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

 a { background-color: rgb(233,85,212); }

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

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

 span { border-color: rgb(233,85,212); }

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