Html Css Color HEX #ED9EEC Plum

📋 copy color: '#ED9EEC'

red 237 ◦ green 158 ◦ blue 236

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

Shades of Plum #ED9EEC

Tints of Plum #ED9EEC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.04%

 BLUE value IS 236 (92.58% from 255) = 37.4%

R = 37.56%
G = 25.04%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#ED9EEC (or 0xED9EEC) is known color: Plum. HEX triplet: ED, 9E and EC. RGB value is (237,158,236). Sum of RGB (Red+Green+Blue) = 237+158+236=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 158 (62.11% from 255 or 25.04% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9EEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9EEC is #126113. Grayscale: #BEBEBE. Windows color (decimal): -1204500 or 15507181. OLE color: 15507181.

HSL color Cylindrical-coordinate representation of color #ED9EEC: hue angle of 300.76º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ED9EEC is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 158 236 -
CMYK 0 0.33 0.00 0.07
HSL 300.76º 0.69% 0.77% -
HSV(B) 300.76º 0.33% 0.93% -
XYZ 62.29 48.51 85.44 -
YUV 190.51 153.67 161.16 -
System Red Green Blue C M Y K H S L
Decimal 237 158 236 0 0.33 0.00 0.07 300.76 0.69 0.77
Hex ED 9E EC 0 21 0 7 12D 45 4D
Octal 355 236 354 0 41 0 7 455 105 115
Binary 11101101 10011110 11101100 0 100001 0 111 100101101 1000101 1001101

Color Harmonies of #ED9EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9EEC

Black with #ED9EEC

Text Example


Text Example

White with #ED9EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9EEC; }

 p { color: rgb(237,158,236); }

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

background-color css

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

 a { background-color: rgb(237,158,236); }

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

border-color css

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

 span { border-color: rgb(237,158,236); }

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