Html Css Color HEX #EDA8E8 Plum

📋 copy color: '#EDA8E8'

red 237 ◦ green 168 ◦ blue 232

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

Shades of Plum #EDA8E8

Tints of Plum #EDA8E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.42%

R = 37.21%
G = 26.37%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EDA8E8 (or 0xEDA8E8) is known color: Plum. HEX triplet: ED, A8 and E8. RGB value is (237,168,232). Sum of RGB (Red+Green+Blue) = 237+168+232=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 168 (66.02% from 255 or 26.37% from 637); Blue value is 232 (91.02% from 255 or 36.42% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA8E8 is #125717. Grayscale: #C3C3C3. Windows color (decimal): -1201944 or 15247597. OLE color: 15247597.

HSL color Cylindrical-coordinate representation of color #EDA8E8: hue angle of 304.35º 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 #EDA8E8 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 168 232 -
CMYK 0 0.29 0.02 0.07
HSL 304.35º 0.66% 0.79% -
HSV(B) 304.35º 0.29% 0.93% -
XYZ 63.49 51.84 83 -
YUV 195.93 148.36 157.3 -
System Red Green Blue C M Y K H S L
Decimal 237 168 232 0 0.29 0.02 0.07 304.35 0.66 0.79
Hex ED A8 E8 0 1D 2 7 130 42 4F
Octal 355 250 350 0 35 2 7 460 102 117
Binary 11101101 10101000 11101000 0 11101 10 111 100110000 1000010 1001111

Color Harmonies of #EDA8E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA8E8

Black with #EDA8E8

Text Example


Text Example

White with #EDA8E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA8E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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