Html Css Color HEX #ED9EEB Plum

📋 copy color: '#ED9EEB'

red 237 ◦ green 158 ◦ blue 235

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

Shades of Plum #ED9EEB

Tints of Plum #ED9EEB

RGB

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

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

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

R = 37.62%
G = 25.08%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ED9EEB (or 0xED9EEB) is known color: Plum. HEX triplet: ED, 9E and EB. RGB value is (237,158,235). Sum of RGB (Red+Green+Blue) = 237+158+235=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 158 (62.11% from 255 or 25.08% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9EEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9EEB is #126114. Grayscale: #BEBEBE. Windows color (decimal): -1204501 or 15441645. OLE color: 15441645.

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

Color convert

RGB 237 158 235 -
CMYK 0 0.33 0.01 0.07
HSL 301.52º 0.69% 0.77% -
HSV(B) 301.52º 0.33% 0.93% -
XYZ 62.15 48.46 84.67 -
YUV 190.4 153.17 161.24 -
System Red Green Blue C M Y K H S L
Decimal 237 158 235 0 0.33 0.01 0.07 301.52 0.69 0.77
Hex ED 9E EB 0 21 1 7 12E 45 4D
Octal 355 236 353 0 41 1 7 456 105 115
Binary 11101101 10011110 11101011 0 100001 1 111 100101110 1000101 1001101

Color Harmonies of #ED9EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9EEB

Black with #ED9EEB

Text Example


Text Example

White with #ED9EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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