Html Css Color HEX #EDA1EA Plum

📋 copy color: '#EDA1EA'

red 237 ◦ green 161 ◦ blue 234

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

Shades of Plum #EDA1EA

Tints of Plum #EDA1EA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 25.47%

 BLUE value IS 234 (91.8% from 255) = 37.03%

R = 37.5%
G = 25.47%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDA1EA (or 0xEDA1EA) is known color: Plum. HEX triplet: ED, A1 and EA. RGB value is (237,161,234). Sum of RGB (Red+Green+Blue) = 237+161+234=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 161 (63.28% from 255 or 25.47% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA1EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA1EA is #125E15. Grayscale: #BFBFBF. Windows color (decimal): -1203734 or 15376877. OLE color: 15376877.

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

Color convert

RGB 237 161 234 -
CMYK 0 0.32 0.01 0.07
HSL 302.37º 0.68% 0.78% -
HSV(B) 302.37º 0.32% 0.93% -
XYZ 62.52 49.43 84.09 -
YUV 192.05 151.68 160.06 -
System Red Green Blue C M Y K H S L
Decimal 237 161 234 0 0.32 0.01 0.07 302.37 0.68 0.78
Hex ED A1 EA 0 20 1 7 12E 44 4E
Octal 355 241 352 0 40 1 7 456 104 116
Binary 11101101 10100001 11101010 0 100000 1 111 100101110 1000100 1001110

Color Harmonies of #EDA1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA1EA

Black with #EDA1EA

Text Example


Text Example

White with #EDA1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA1EA; }

 p { color: rgb(237,161,234); }

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

background-color css

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

 a { background-color: rgb(237,161,234); }

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

border-color css

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

 span { border-color: rgb(237,161,234); }

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