Html Css Color HEX #ED9EE6 Plum

📋 copy color: '#ED9EE6'

red 237 ◦ green 158 ◦ blue 230

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

Shades of Plum #ED9EE6

Tints of Plum #ED9EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.8%

R = 37.92%
G = 25.28%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#ED9EE6 (or 0xED9EE6) is known color: Plum. HEX triplet: ED, 9E and E6. RGB value is (237,158,230). Sum of RGB (Red+Green+Blue) = 237+158+230=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 158 (62.11% from 255 or 25.28% from 625); Blue value is 230 (90.23% from 255 or 36.8% from 625); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9EE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9EE6 is #126119. Grayscale: #BDBDBD. Windows color (decimal): -1204506 or 15113965. OLE color: 15113965.

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

Color convert

RGB 237 158 230 -
CMYK 0 0.33 0.03 0.07
HSL 305.32º 0.69% 0.77% -
HSV(B) 305.32º 0.33% 0.93% -
XYZ 61.43 48.17 80.92 -
YUV 189.83 150.67 161.65 -
System Red Green Blue C M Y K H S L
Decimal 237 158 230 0 0.33 0.03 0.07 305.32 0.69 0.77
Hex ED 9E E6 0 21 3 7 131 45 4D
Octal 355 236 346 0 41 3 7 461 105 115
Binary 11101101 10011110 11100110 0 100001 11 111 100110001 1000101 1001101

Color Harmonies of #ED9EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9EE6

Black with #ED9EE6

Text Example


Text Example

White with #ED9EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9EE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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