#e951d1

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

Shades of Free Speech Magenta #E951D1

Tints of Free Speech Magenta #E951D1

Color information

#E951D1 (or 0xE951D1) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 51 and D1. RGB value is (233,81,209). Sum of RGB (Red+Green+Blue) = 233+81+209=523 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.55% from 523); Green value is 81 (32.03% from 255 or 15.49% from 523); Blue value is 209 (82.03% from 255 or 39.96% from 523); Max value from RGB is 233 - color contains mainly: red. Hex color #E951D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E951D1 is #16AE2E. Grayscale: #8C8C8C. Windows color (decimal): -1486383 or 13717993. OLE color: 13717993.

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

Color convert

RGB23381209-
CMYK00.650.100.09
HSL309.47º77.55%61.57%-
HSV(B)309.47º65.24%91.37%-
XYZ48.0627.8163.16-
YUV141.04166.36193.59-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.55%
GREEN value IS 81 (32.03% from 255) = 15.49%
BLUE value IS 209 (82.03% from 255) = 39.96%
R=44.55%
G=15.49%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338120900.650.100.09309.4777.5561.57
HexE951D1041A91354e3e
Octal3511213210101121146511676
Binary1110100110100011101000101000001101010011001101011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e951d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e951d1; }

 p { color: rgb(233,81,209); }

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

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

 a { background-color: rgb(233,81,209); }

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

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

 span { border-color: rgb(233,81,209); }

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