Html Css Color HEX #EDA8E7 Plum

📋 copy color: '#EDA8E7'

red 237 ◦ green 168 ◦ blue 231

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

Shades of Plum #EDA8E7

Tints of Plum #EDA8E7

RGB

 RED value IS 237 (92.97% from 255) = 37.26%

 GREEN value IS 168 (66.02% from 255) = 26.42%

 BLUE value IS 231 (90.63% from 255) = 36.32%

R = 37.26%
G = 26.42%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EDA8E7 (or 0xEDA8E7) is known color: Plum. HEX triplet: ED, A8 and E7. RGB value is (237,168,231). Sum of RGB (Red+Green+Blue) = 237+168+231=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 168 (66.02% from 255 or 26.42% from 636); Blue value is 231 (90.62% from 255 or 36.32% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA8E7 is #125718. Grayscale: #C3C3C3. Windows color (decimal): -1201945 or 15182061. OLE color: 15182061.

HSL color Cylindrical-coordinate representation of color #EDA8E7: hue angle of 305.22º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDA8E7 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 168 231 -
CMYK 0 0.29 0.03 0.07
HSL 305.22º 0.66% 0.79% -
HSV(B) 305.22º 0.29% 0.93% -
XYZ 63.35 51.78 82.26 -
YUV 195.81 147.86 157.38 -
System Red Green Blue C M Y K H S L
Decimal 237 168 231 0 0.29 0.03 0.07 305.22 0.66 0.79
Hex ED A8 E7 0 1D 3 7 131 42 4F
Octal 355 250 347 0 35 3 7 461 102 117
Binary 11101101 10101000 11100111 0 11101 11 111 100110001 1000010 1001111

Color Harmonies of #EDA8E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA8E7

Black with #EDA8E7

Text Example


Text Example

White with #EDA8E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA8E7; }

 p { color: rgb(237,168,231); }

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

background-color css

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

 a { background-color: rgb(237,168,231); }

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

border-color css

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

 span { border-color: rgb(237,168,231); }

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