#E961D2

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

Shades of Free Speech Magenta #E961D2

Tints of Free Speech Magenta #E961D2

Color information

#E961D2 (or 0xE961D2) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 61 and D2. RGB value is (233,97,210). Sum of RGB (Red+Green+Blue) = 233+97+210=540 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.15% from 540); Green value is 97 (38.28% from 255 or 17.96% from 540); Blue value is 210 (82.42% from 255 or 38.89% from 540); Max value from RGB is 233 - color contains mainly: red. Hex color #E961D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E961D2 is #169E2D. Grayscale: #969696. Windows color (decimal): -1482286 or 13787625. OLE color: 13787625.

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

Color convert

RGB23397210-
CMYK00.580.100.09
HSL310.15º75.56%64.71%-
HSV(B)310.15º58.37%91.37%-
XYZ49.5130.5364.26-
YUV150.55161.56186.81-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.15%
GREEN value IS 97 (38.28% from 255) = 17.96%
BLUE value IS 210 (82.42% from 255) = 38.89%
R=43.15%
G=17.96%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339721000.580.100.09310.1575.5664.71
HexE961D203AA91364c41
Octal3511413220721211466114101
Binary1110100111000011101001001110101010100110011011010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E961D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E961D2; }

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

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

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

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

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

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

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

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