Html Css Color HEX #E7A5DA Plum

📋 copy color: '#E7A5DA'

red 231 ◦ green 165 ◦ blue 218

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

Shades of Plum #E7A5DA

Tints of Plum #E7A5DA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.87%

 BLUE value IS 218 (85.55% from 255) = 35.5%

R = 37.62%
G = 26.87%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E7A5DA (or 0xE7A5DA) is known color: Plum. HEX triplet: E7, A5 and DA. RGB value is (231,165,218). Sum of RGB (Red+Green+Blue) = 231+165+218=614 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.62% from 614); Green value is 165 (64.84% from 255 or 26.87% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A5DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A5DA is #185A25. Grayscale: #BEBEBE. Windows color (decimal): -1595942 or 14329319. OLE color: 14329319.

HSL color Cylindrical-coordinate representation of color #E7A5DA: hue angle of 311.82º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E7A5DA is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 165 218 -
CMYK 0 0.29 0.06 0.09
HSL 311.82º 0.58% 0.78% -
HSV(B) 311.82º 0.29% 0.91% -
XYZ 59.07 48.96 72.67 -
YUV 190.78 143.37 156.69 -
System Red Green Blue C M Y K H S L
Decimal 231 165 218 0 0.29 0.06 0.09 311.82 0.58 0.78
Hex E7 A5 DA 0 1D 6 9 138 3A 4E
Octal 347 245 332 0 35 6 11 470 72 116
Binary 11100111 10100101 11011010 0 11101 110 1001 100111000 111010 1001110

Color Harmonies of #E7A5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A5DA

Black with #E7A5DA

Text Example


Text Example

White with #E7A5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A5DA; }

 p { color: rgb(231,165,218); }

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

background-color css

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

 a { background-color: rgb(231,165,218); }

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

border-color css

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

 span { border-color: rgb(231,165,218); }

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