Html Css Color HEX #EC9BED Plum

📋 copy color: '#EC9BED'

red 236 ◦ green 155 ◦ blue 237

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

Shades of Plum #EC9BED

Tints of Plum #EC9BED

RGB

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

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

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

R = 37.58%
G = 24.68%
B = 37.74%

CMYK

 C value IS 0.00

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC9BED (or 0xEC9BED) is known color: Plum. HEX triplet: EC, 9B and ED. RGB value is (236,155,237). Sum of RGB (Red+Green+Blue) = 236+155+237=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 155 (60.94% from 255 or 24.68% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC9BED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9BED is #136412. Grayscale: #BCBCBC. Windows color (decimal): -1270803 or 15571948. OLE color: 15571948.

HSL color Cylindrical-coordinate representation of color #EC9BED: hue angle of 299.27º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EC9BED is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 155 237 -
CMYK 0.00 0.35 0 0.07
HSL 299.27º 0.69% 0.77% -
HSV(B) 299.27º 0.35% 0.93% -
XYZ 61.6 47.39 86.02 -
YUV 188.57 155.34 161.83 -
System Red Green Blue C M Y K H S L
Decimal 236 155 237 0.00 0.35 0 0.07 299.27 0.69 0.77
Hex EC 9B ED 0 23 0 7 12B 45 4D
Octal 354 233 355 0 43 0 7 453 105 115
Binary 11101100 10011011 11101101 0 100011 0 111 100101011 1000101 1001101

Color Harmonies of #EC9BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9BED

Black with #EC9BED

Text Example


Text Example

White with #EC9BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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