Html Css Color HEX #E79ADB Plum

📋 copy color: '#E79ADB'

red 231 ◦ green 154 ◦ blue 219

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

Shades of Plum #E79ADB

Tints of Plum #E79ADB

RGB

 RED value IS 231 (90.63% from 255) = 38.25%

 GREEN value IS 154 (60.55% from 255) = 25.5%

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

R = 38.25%
G = 25.5%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E79ADB (or 0xE79ADB) is known color: Plum. HEX triplet: E7, 9A and DB. RGB value is (231,154,219). Sum of RGB (Red+Green+Blue) = 231+154+219=604 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.25% from 604); Green value is 154 (60.55% from 255 or 25.50% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 231 - color contains mainly: red. Hex color #E79ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79ADB is #186524. Grayscale: #B8B8B8. Windows color (decimal): -1598757 or 14392039. OLE color: 14392039.

HSL color Cylindrical-coordinate representation of color #E79ADB: hue angle of 309.35º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E79ADB is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 154 219 -
CMYK 0 0.33 0.05 0.09
HSL 309.35º 0.62% 0.75% -
HSV(B) 309.35º 0.33% 0.91% -
XYZ 57.3 45.21 72.73 -
YUV 184.43 147.51 161.21 -
System Red Green Blue C M Y K H S L
Decimal 231 154 219 0 0.33 0.05 0.09 309.35 0.62 0.75
Hex E7 9A DB 0 21 5 9 135 3E 4B
Octal 347 232 333 0 41 5 11 465 76 113
Binary 11100111 10011010 11011011 0 100001 101 1001 100110101 111110 1001011

Color Harmonies of #E79ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79ADB

Black with #E79ADB

Text Example


Text Example

White with #E79ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79ADB; }

 p { color: rgb(231,154,219); }

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

background-color css

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

 a { background-color: rgb(231,154,219); }

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

border-color css

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

 span { border-color: rgb(231,154,219); }

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