Html Css Color HEX #E96ADE Free Speech Magenta

📋 copy color: '#E96ADE'

red 233 ◦ green 106 ◦ blue 222

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

Shades of Free Speech Magenta #E96ADE

Tints of Free Speech Magenta #E96ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.57%

R = 41.53%
G = 18.89%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E96ADE (or 0xE96ADE) is known color: Free Speech Magenta. HEX triplet: E9, 6A and DE. RGB value is (233,106,222). Sum of RGB (Red+Green+Blue) = 233+106+222=561 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.53% from 561); Green value is 106 (41.80% from 255 or 18.89% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 233 - color contains mainly: red. Hex color #E96ADE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96ADE is #169521. Grayscale: #9C9C9C. Windows color (decimal): -1479970 or 14576361. OLE color: 14576361.

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

Color convert

RGB 233 106 222 -
CMYK 0 0.55 0.05 0.09
HSL 305.2º 0.74% 0.66% -
HSV(B) 305.2º 0.55% 0.91% -
XYZ 51.94 32.91 72.72 -
YUV 157.2 164.58 182.07 -
System Red Green Blue C M Y K H S L
Decimal 233 106 222 0 0.55 0.05 0.09 305.2 0.74 0.66
Hex E9 6A DE 0 37 5 9 131 4A 42
Octal 351 152 336 0 67 5 11 461 112 102
Binary 11101001 1101010 11011110 0 110111 101 1001 100110001 1001010 1000010

Color Harmonies of #E96ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96ADE

Black with #E96ADE

Text Example


Text Example

White with #E96ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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