Html Css Color HEX #ED9CED Plum

📋 copy color: '#ED9CED'

red 237 ◦ green 156 ◦ blue 237

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

Shades of Plum #ED9CED

Tints of Plum #ED9CED

RGB

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

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

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

R = 37.62%
G = 24.76%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED9CED (or 0xED9CED) is known color: Plum. HEX triplet: ED, 9C and ED. RGB value is (237,156,237). Sum of RGB (Red+Green+Blue) = 237+156+237=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 156 (61.33% from 255 or 24.76% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED9CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9CED is #126312. Grayscale: #BDBDBD. Windows color (decimal): -1205011 or 15572205. OLE color: 15572205.

HSL color Cylindrical-coordinate representation of color #ED9CED: hue angle of 300º degrees, saturation: 0.69, 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 #ED9CED is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 156 237 -
CMYK 0 0.34 0 0.07
HSL 300º 0.69% 0.77% -
HSV(B) 300º 0.34% 0.93% -
XYZ 62.1 47.9 86.09 -
YUV 189.45 154.84 161.91 -
System Red Green Blue C M Y K H S L
Decimal 237 156 237 0 0.34 0 0.07 300 0.69 0.77
Hex ED 9C ED 0 22 0 7 12C 45 4D
Octal 355 234 355 0 42 0 7 454 105 115
Binary 11101101 10011100 11101101 0 100010 0 111 100101100 1000101 1001101

Color Harmonies of #ED9CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9CED

Black with #ED9CED

Text Example


Text Example

White with #ED9CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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