Html Css Color HEX #ED9CEE Plum

📋 copy color: '#ED9CEE'

red 237 ◦ green 156 ◦ blue 238

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

Shades of Plum #ED9CEE

Tints of Plum #ED9CEE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 24.72%

 BLUE value IS 238 (93.36% from 255) = 37.72%

R = 37.56%
G = 24.72%
B = 37.72%

CMYK

 C value IS 0.00

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED9CEE (or 0xED9CEE) is known color: Plum. HEX triplet: ED, 9C and EE. RGB value is (237,156,238). Sum of RGB (Red+Green+Blue) = 237+156+238=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 156 (61.33% from 255 or 24.72% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED9CEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9CEE is #126311. Grayscale: #BDBDBD. Windows color (decimal): -1205010 or 15637741. OLE color: 15637741.

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

Color convert

RGB 237 156 238 -
CMYK 0.00 0.34 0 0.07
HSL 299.27º 0.71% 0.77% -
HSV(B) 299.27º 0.34% 0.93% -
XYZ 62.25 47.95 86.86 -
YUV 189.57 155.34 161.83 -
System Red Green Blue C M Y K H S L
Decimal 237 156 238 0.00 0.34 0 0.07 299.27 0.71 0.77
Hex ED 9C EE 0 22 0 7 12B 47 4D
Octal 355 234 356 0 42 0 7 453 107 115
Binary 11101101 10011100 11101110 0 100010 0 111 100101011 1000111 1001101

Color Harmonies of #ED9CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9CEE

Black with #ED9CEE

Text Example


Text Example

White with #ED9CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9CEE; }

 p { color: rgb(237,156,238); }

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

background-color css

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

 a { background-color: rgb(237,156,238); }

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

border-color css

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

 span { border-color: rgb(237,156,238); }

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