#E951D2

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

Shades of Free Speech Magenta #E951D2

Tints of Free Speech Magenta #E951D2

Color information

#E951D2 (or 0xE951D2) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 51 and D2. RGB value is (233,81,210). Sum of RGB (Red+Green+Blue) = 233+81+210=524 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.47% from 524); Green value is 81 (32.03% from 255 or 15.46% from 524); Blue value is 210 (82.42% from 255 or 40.08% from 524); Max value from RGB is 233 - color contains mainly: red. Hex color #E951D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E951D2 is #16AE2D. Grayscale: #8C8C8C. Windows color (decimal): -1486382 or 13783529. OLE color: 13783529.

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

Color convert

RGB23381210-
CMYK00.650.100.09
HSL309.08º77.55%61.57%-
HSV(B)309.08º65.24%91.37%-
XYZ48.1827.8663.81-
YUV141.15166.86193.51-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.47%
GREEN value IS 81 (32.03% from 255) = 15.46%
BLUE value IS 210 (82.42% from 255) = 40.08%
R=44.47%
G=15.46%
B=40.08%

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
Decimal2338121000.650.100.09309.0877.5561.57
HexE951D2041A91354e3e
Octal3511213220101121146511676
Binary1110100110100011101001001000001101010011001101011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E951D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E951D2; }

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

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

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

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

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

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

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

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