#E96BD2

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

Shades of Free Speech Magenta #E96BD2

Tints of Free Speech Magenta #E96BD2

Color information

#E96BD2 (or 0xE96BD2) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 6B and D2. RGB value is (233,107,210). Sum of RGB (Red+Green+Blue) = 233+107+210=550 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.36% from 550); Green value is 107 (42.19% from 255 or 19.45% from 550); Blue value is 210 (82.42% from 255 or 38.18% from 550); Max value from RGB is 233 - color contains mainly: red. Hex color #E96BD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96BD2 is #16942D. Grayscale: #9C9C9C. Windows color (decimal): -1479726 or 13790185. OLE color: 13790185.

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

Color convert

RGB233107210-
CMYK00.540.100.09
HSL310.95º74.12%66.67%-
HSV(B)310.95º54.08%91.37%-
XYZ50.4932.4964.58-
YUV156.42158.24182.62-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.36%
GREEN value IS 107 (42.19% from 255) = 19.45%
BLUE value IS 210 (82.42% from 255) = 38.18%
R=42.36%
G=19.45%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310721000.540.100.09310.9574.1266.67
HexE96BD2036A91374a43
Octal3511533220661211467112103
Binary1110100111010111101001001101101010100110011011110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96BD2; }

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

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

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

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

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

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

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

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