Html Css Color HEX #EC9DE4 Plum

📋 copy color: '#EC9DE4'

red 236 ◦ green 157 ◦ blue 228

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

Shades of Plum #EC9DE4

Tints of Plum #EC9DE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 36.71%

R = 38%
G = 25.28%
B = 36.71%

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

#EC9DE4 (or 0xEC9DE4) is known color: Plum. HEX triplet: EC, 9D and E4. RGB value is (236,157,228). Sum of RGB (Red+Green+Blue) = 236+157+228=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 157 (61.72% from 255 or 25.28% from 621); Blue value is 228 (89.45% from 255 or 36.71% from 621); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9DE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9DE4 is #13621B. Grayscale: #BCBCBC. Windows color (decimal): -1270300 or 14982636. OLE color: 14982636.

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

Color convert

RGB 236 157 228 -
CMYK 0 0.33 0.03 0.07
HSL 306.08º 0.68% 0.77% -
HSV(B) 306.08º 0.33% 0.93% -
XYZ 60.65 47.55 79.38 -
YUV 188.72 150.17 161.73 -
System Red Green Blue C M Y K H S L
Decimal 236 157 228 0 0.33 0.03 0.07 306.08 0.68 0.77
Hex EC 9D E4 0 21 3 7 132 44 4D
Octal 354 235 344 0 41 3 7 462 104 115
Binary 11101100 10011101 11100100 0 100001 11 111 100110010 1000100 1001101

Color Harmonies of #EC9DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9DE4

Black with #EC9DE4

Text Example


Text Example

White with #EC9DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9DE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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