Html Css Color HEX #E96ADC Free Speech Magenta

📋 copy color: '#E96ADC'

red 233 ◦ green 106 ◦ blue 220

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

Shades of Free Speech Magenta #E96ADC

Tints of Free Speech Magenta #E96ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.36%

R = 41.68%
G = 18.96%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E96ADC (or 0xE96ADC) is known color: Free Speech Magenta. HEX triplet: E9, 6A and DC. RGB value is (233,106,220). Sum of RGB (Red+Green+Blue) = 233+106+220=559 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.68% from 559); Green value is 106 (41.80% from 255 or 18.96% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 233 - color contains mainly: red. Hex color #E96ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96ADC is #169523. Grayscale: #9C9C9C. Windows color (decimal): -1479972 or 14445289. OLE color: 14445289.

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

Color convert

RGB 233 106 220 -
CMYK 0 0.55 0.06 0.09
HSL 306.14º 0.74% 0.66% -
HSV(B) 306.14º 0.55% 0.91% -
XYZ 51.68 32.8 71.32 -
YUV 156.97 163.58 182.23 -
System Red Green Blue C M Y K H S L
Decimal 233 106 220 0 0.55 0.06 0.09 306.14 0.74 0.66
Hex E9 6A DC 0 37 6 9 132 4A 42
Octal 351 152 334 0 67 6 11 462 112 102
Binary 11101001 1101010 11011100 0 110111 110 1001 100110010 1001010 1000010

Color Harmonies of #E96ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96ADC

Black with #E96ADC

Text Example


Text Example

White with #E96ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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