Html Css Color HEX #EC9DE5 Plum

📋 copy color: '#EC9DE5'

red 236 ◦ green 157 ◦ blue 229

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

Shades of Plum #EC9DE5

Tints of Plum #EC9DE5

RGB

 RED value IS 236 (92.58% from 255) = 37.94%

 GREEN value IS 157 (61.72% from 255) = 25.24%

 BLUE value IS 229 (89.84% from 255) = 36.82%

R = 37.94%
G = 25.24%
B = 36.82%

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

#EC9DE5 (or 0xEC9DE5) is known color: Plum. HEX triplet: EC, 9D and E5. RGB value is (236,157,229). Sum of RGB (Red+Green+Blue) = 236+157+229=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 157 (61.72% from 255 or 25.24% from 622); Blue value is 229 (89.84% from 255 or 36.82% from 622); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9DE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9DE5 is #13621A. Grayscale: #BCBCBC. Windows color (decimal): -1270299 or 15048172. OLE color: 15048172.

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

Color convert

RGB 236 157 229 -
CMYK 0 0.33 0.03 0.07
HSL 305.32º 0.68% 0.77% -
HSV(B) 305.32º 0.33% 0.93% -
XYZ 60.79 47.6 80.11 -
YUV 188.83 150.67 161.65 -
System Red Green Blue C M Y K H S L
Decimal 236 157 229 0 0.33 0.03 0.07 305.32 0.68 0.77
Hex EC 9D E5 0 21 3 7 131 44 4D
Octal 354 235 345 0 41 3 7 461 104 115
Binary 11101100 10011101 11100101 0 100001 11 111 100110001 1000100 1001101

Color Harmonies of #EC9DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9DE5

Black with #EC9DE5

Text Example


Text Example

White with #EC9DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9DE5; }

 p { color: rgb(236,157,229); }

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

background-color css

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

 a { background-color: rgb(236,157,229); }

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

border-color css

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

 span { border-color: rgb(236,157,229); }

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