Html Css Color HEX #E96AD6 Free Speech Magenta

📋 copy color: '#E96AD6'

red 233 ◦ green 106 ◦ blue 214

#E96AD6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #E96AD6

Tints of Free Speech Magenta #E96AD6

RGB

 RED value IS 233 (91.41% from 255) = 42.13%

 GREEN value IS 106 (41.8% from 255) = 19.17%

 BLUE value IS 214 (83.98% from 255) = 38.7%

R = 42.13%
G = 19.17%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E96AD6 (or 0xE96AD6) is known color: Free Speech Magenta. HEX triplet: E9, 6A and D6. RGB value is (233,106,214). Sum of RGB (Red+Green+Blue) = 233+106+214=553 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.13% from 553); Green value is 106 (41.80% from 255 or 19.17% from 553); Blue value is 214 (83.98% from 255 or 38.70% from 553); Max value from RGB is 233 - color contains mainly: red. Hex color #E96AD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96AD6 is #169529. Grayscale: #9B9B9B. Windows color (decimal): -1479978 or 14052073. OLE color: 14052073.

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

Color convert

RGB 233 106 214 -
CMYK 0 0.55 0.08 0.09
HSL 308.98º 0.74% 0.66% -
HSV(B) 308.98º 0.55% 0.91% -
XYZ 50.9 32.49 67.21 -
YUV 156.29 160.58 182.72 -
System Red Green Blue C M Y K H S L
Decimal 233 106 214 0 0.55 0.08 0.09 308.98 0.74 0.66
Hex E9 6A D6 0 37 8 9 135 4A 42
Octal 351 152 326 0 67 10 11 465 112 102
Binary 11101001 1101010 11010110 0 110111 1000 1001 100110101 1001010 1000010

Color Harmonies of #E96AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96AD6

Black with #E96AD6

Text Example


Text Example

White with #E96AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96AD6; }

 p { color: rgb(233,106,214); }

 H1.HeaderClassName
 {
   color: #E96AD6;
 }
 .AnyTagClassName
 {
   color: #E96AD6;
 }
</style>

background-color css

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

 a { background-color: rgb(233,106,214); }

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

border-color css

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

 span { border-color: rgb(233,106,214); }

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