Html Css Color HEX #E794DB Plum

📋 copy color: '#E794DB'

red 231 ◦ green 148 ◦ blue 219

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

Shades of Plum #E794DB

Tints of Plum #E794DB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.75%

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

R = 38.63%
G = 24.75%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E794DB (or 0xE794DB) is known color: Plum. HEX triplet: E7, 94 and DB. RGB value is (231,148,219). Sum of RGB (Red+Green+Blue) = 231+148+219=598 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.63% from 598); Green value is 148 (58.20% from 255 or 24.75% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 231 - color contains mainly: red. Hex color #E794DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E794DB is #186B24. Grayscale: #B4B4B4. Windows color (decimal): -1600293 or 14390503. OLE color: 14390503.

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

Color convert

RGB 231 148 219 -
CMYK 0 0.36 0.05 0.09
HSL 308.67º 0.63% 0.74% -
HSV(B) 308.67º 0.36% 0.91% -
XYZ 56.33 43.28 72.4 -
YUV 180.91 149.5 163.73 -
System Red Green Blue C M Y K H S L
Decimal 231 148 219 0 0.36 0.05 0.09 308.67 0.63 0.74
Hex E7 94 DB 0 24 5 9 135 3F 4A
Octal 347 224 333 0 44 5 11 465 77 112
Binary 11100111 10010100 11011011 0 100100 101 1001 100110101 111111 1001010

Color Harmonies of #E794DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E794DB

Black with #E794DB

Text Example


Text Example

White with #E794DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E794DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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