Html Css Color HEX #EDA2EB Plum

📋 copy color: '#EDA2EB'

red 237 ◦ green 162 ◦ blue 235

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

Shades of Plum #EDA2EB

Tints of Plum #EDA2EB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.55%

 BLUE value IS 235 (92.19% from 255) = 37.07%

R = 37.38%
G = 25.55%
B = 37.07%

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

#EDA2EB (or 0xEDA2EB) is known color: Plum. HEX triplet: ED, A2 and EB. RGB value is (237,162,235). Sum of RGB (Red+Green+Blue) = 237+162+235=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 162 (63.67% from 255 or 25.55% from 634); Blue value is 235 (92.19% from 255 or 37.07% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA2EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA2EB is #125D14. Grayscale: #C0C0C0. Windows color (decimal): -1203477 or 15442669. OLE color: 15442669.

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

Color convert

RGB 237 162 235 -
CMYK 0 0.32 0.01 0.07
HSL 301.6º 0.68% 0.78% -
HSV(B) 301.6º 0.32% 0.93% -
XYZ 62.84 49.84 84.91 -
YUV 192.75 151.85 159.56 -
System Red Green Blue C M Y K H S L
Decimal 237 162 235 0 0.32 0.01 0.07 301.6 0.68 0.78
Hex ED A2 EB 0 20 1 7 12E 44 4E
Octal 355 242 353 0 40 1 7 456 104 116
Binary 11101101 10100010 11101011 0 100000 1 111 100101110 1000100 1001110

Color Harmonies of #EDA2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA2EB

Black with #EDA2EB

Text Example


Text Example

White with #EDA2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA2EB; }

 p { color: rgb(237,162,235); }

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

background-color css

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

 a { background-color: rgb(237,162,235); }

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

border-color css

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

 span { border-color: rgb(237,162,235); }

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