Html Css Color HEX #E96ADB Free Speech Magenta

📋 copy color: '#E96ADB'

red 233 ◦ green 106 ◦ blue 219

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

Shades of Free Speech Magenta #E96ADB

Tints of Free Speech Magenta #E96ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.25%

R = 41.76%
G = 19%
B = 39.25%

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

#E96ADB (or 0xE96ADB) is known color: Free Speech Magenta. HEX triplet: E9, 6A and DB. RGB value is (233,106,219). Sum of RGB (Red+Green+Blue) = 233+106+219=558 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.76% from 558); Green value is 106 (41.80% from 255 or 19.00% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 233 - color contains mainly: red. Hex color #E96ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96ADB is #169524. Grayscale: #9C9C9C. Windows color (decimal): -1479973 or 14379753. OLE color: 14379753.

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

Color convert

RGB 233 106 219 -
CMYK 0 0.55 0.06 0.09
HSL 306.61º 0.74% 0.66% -
HSV(B) 306.61º 0.55% 0.91% -
XYZ 51.54 32.75 70.62 -
YUV 156.86 163.08 182.31 -
System Red Green Blue C M Y K H S L
Decimal 233 106 219 0 0.55 0.06 0.09 306.61 0.74 0.66
Hex E9 6A DB 0 37 6 9 133 4A 42
Octal 351 152 333 0 67 6 11 463 112 102
Binary 11101001 1101010 11011011 0 110111 110 1001 100110011 1001010 1000010

Color Harmonies of #E96ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96ADB

Black with #E96ADB

Text Example


Text Example

White with #E96ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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