Html Css Color HEX #EC9BE8 Plum

📋 copy color: '#EC9BE8'

red 236 ◦ green 155 ◦ blue 232

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

Shades of Plum #EC9BE8

Tints of Plum #EC9BE8

RGB

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

 GREEN value IS 155 (60.94% from 255) = 24.88%

 BLUE value IS 232 (91.02% from 255) = 37.24%

R = 37.88%
G = 24.88%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EC9BE8 (or 0xEC9BE8) is known color: Plum. HEX triplet: EC, 9B and E8. RGB value is (236,155,232). Sum of RGB (Red+Green+Blue) = 236+155+232=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 155 (60.94% from 255 or 24.88% from 623); Blue value is 232 (91.02% from 255 or 37.24% from 623); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9BE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9BE8 is #136417. Grayscale: #BBBBBB. Windows color (decimal): -1270808 or 15244268. OLE color: 15244268.

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

Color convert

RGB 236 155 232 -
CMYK 0 0.34 0.02 0.07
HSL 302.96º 0.68% 0.77% -
HSV(B) 302.96º 0.34% 0.93% -
XYZ 60.88 47.1 82.23 -
YUV 188 152.84 162.24 -
System Red Green Blue C M Y K H S L
Decimal 236 155 232 0 0.34 0.02 0.07 302.96 0.68 0.77
Hex EC 9B E8 0 22 2 7 12F 44 4D
Octal 354 233 350 0 42 2 7 457 104 115
Binary 11101100 10011011 11101000 0 100010 10 111 100101111 1000100 1001101

Color Harmonies of #EC9BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9BE8

Black with #EC9BE8

Text Example


Text Example

White with #EC9BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9BE8; }

 p { color: rgb(236,155,232); }

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

background-color css

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

 a { background-color: rgb(236,155,232); }

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

border-color css

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

 span { border-color: rgb(236,155,232); }

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