Html Css Color HEX #EDA3E8 Plum

📋 copy color: '#EDA3E8'

red 237 ◦ green 163 ◦ blue 232

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

Shades of Plum #EDA3E8

Tints of Plum #EDA3E8

RGB

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

 GREEN value IS 163 (64.06% from 255) = 25.79%

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

R = 37.5%
G = 25.79%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EDA3E8 (or 0xEDA3E8) is known color: Plum. HEX triplet: ED, A3 and E8. RGB value is (237,163,232). Sum of RGB (Red+Green+Blue) = 237+163+232=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 163 (64.06% from 255 or 25.79% from 632); Blue value is 232 (91.02% from 255 or 36.71% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA3E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA3E8 is #125C17. Grayscale: #C0C0C0. Windows color (decimal): -1203224 or 15246317. OLE color: 15246317.

HSL color Cylindrical-coordinate representation of color #EDA3E8: hue angle of 304.05º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDA3E8 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 163 232 -
CMYK 0 0.31 0.02 0.07
HSL 304.05º 0.67% 0.78% -
HSV(B) 304.05º 0.31% 0.93% -
XYZ 62.59 50.03 82.7 -
YUV 192.99 150.02 159.39 -
System Red Green Blue C M Y K H S L
Decimal 237 163 232 0 0.31 0.02 0.07 304.05 0.67 0.78
Hex ED A3 E8 0 1F 2 7 130 43 4E
Octal 355 243 350 0 37 2 7 460 103 116
Binary 11101101 10100011 11101000 0 11111 10 111 100110000 1000011 1001110

Color Harmonies of #EDA3E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA3E8

Black with #EDA3E8

Text Example


Text Example

White with #EDA3E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA3E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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