Html Css Color HEX #EC9BEF Plum

📋 copy color: '#EC9BEF'

red 236 ◦ green 155 ◦ blue 239

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

Shades of Plum #EC9BEF

Tints of Plum #EC9BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.94%

R = 37.46%
G = 24.6%
B = 37.94%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EC9BEF (or 0xEC9BEF) is known color: Plum. HEX triplet: EC, 9B and EF. RGB value is (236,155,239). Sum of RGB (Red+Green+Blue) = 236+155+239=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 155 (60.94% from 255 or 24.60% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC9BEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9BEF is #136410. Grayscale: #BCBCBC. Windows color (decimal): -1270801 or 15703020. OLE color: 15703020.

HSL color Cylindrical-coordinate representation of color #EC9BEF: hue angle of 297.86º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EC9BEF is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 236 155 239 -
CMYK 0.01 0.35 0 0.06
HSL 297.86º 0.72% 0.77% -
HSV(B) 297.86º 0.35% 0.94% -
XYZ 61.89 47.51 87.57 -
YUV 188.8 156.34 161.67 -
System Red Green Blue C M Y K H S L
Decimal 236 155 239 0.01 0.35 0 0.06 297.86 0.72 0.77
Hex EC 9B EF 1 23 0 6 12A 48 4D
Octal 354 233 357 1 43 0 6 452 110 115
Binary 11101100 10011011 11101111 1 100011 0 110 100101010 1001000 1001101

Color Harmonies of #EC9BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9BEF

Black with #EC9BEF

Text Example


Text Example

White with #EC9BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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