Html Css Color HEX #E7ADF0 Plum

📋 copy color: '#E7ADF0'

red 231 ◦ green 173 ◦ blue 240

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

Shades of Plum #E7ADF0

Tints of Plum #E7ADF0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 26.86%

 BLUE value IS 240 (94.14% from 255) = 37.27%

R = 35.87%
G = 26.86%
B = 37.27%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E7ADF0 (or 0xE7ADF0) is known color: Plum. HEX triplet: E7, AD and F0. RGB value is (231,173,240). Sum of RGB (Red+Green+Blue) = 231+173+240=644 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.87% from 644); Green value is 173 (67.97% from 255 or 26.86% from 644); Blue value is 240 (94.14% from 255 or 37.27% from 644); Max value from RGB is 240 - color contains mainly: blue. Hex color #E7ADF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7ADF0 is #18520F. Grayscale: #C5C5C5. Windows color (decimal): -1593872 or 15773159. OLE color: 15773159.

HSL color Cylindrical-coordinate representation of color #E7ADF0: hue angle of 291.94º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E7ADF0 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 231 173 240 -
CMYK 0.04 0.28 0 0.06
HSL 291.94º 0.69% 0.81% -
HSV(B) 291.94º 0.28% 0.94% -
XYZ 63.63 53.17 89.35 -
YUV 197.98 151.72 151.55 -
System Red Green Blue C M Y K H S L
Decimal 231 173 240 0.04 0.28 0 0.06 291.94 0.69 0.81
Hex E7 AD F0 4 1C 0 6 124 45 51
Octal 347 255 360 4 34 0 6 444 105 121
Binary 11100111 10101101 11110000 100 11100 0 110 100100100 1000101 1010001

Color Harmonies of #E7ADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7ADF0

Black with #E7ADF0

Text Example


Text Example

White with #E7ADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7ADF0; }

 p { color: rgb(231,173,240); }

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

background-color css

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

 a { background-color: rgb(231,173,240); }

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

border-color css

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

 span { border-color: rgb(231,173,240); }

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