Html Css Color HEX #EC9EEF Plum

📋 copy color: '#EC9EEF'

red 236 ◦ green 158 ◦ blue 239

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

Shades of Plum #EC9EEF

Tints of Plum #EC9EEF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 24.96%

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

R = 37.28%
G = 24.96%
B = 37.76%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EC9EEF (or 0xEC9EEF) is known color: Plum. HEX triplet: EC, 9E and EF. RGB value is (236,158,239). Sum of RGB (Red+Green+Blue) = 236+158+239=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 158 (62.11% from 255 or 24.96% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC9EEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9EEF is #136110. Grayscale: #BEBEBE. Windows color (decimal): -1270033 or 15703788. OLE color: 15703788.

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

Color convert

RGB 236 158 239 -
CMYK 0.01 0.34 0 0.06
HSL 297.78º 0.72% 0.78% -
HSV(B) 297.78º 0.34% 0.94% -
XYZ 62.4 48.52 87.74 -
YUV 190.56 155.34 160.41 -
System Red Green Blue C M Y K H S L
Decimal 236 158 239 0.01 0.34 0 0.06 297.78 0.72 0.78
Hex EC 9E EF 1 22 0 6 12A 48 4E
Octal 354 236 357 1 42 0 6 452 110 116
Binary 11101100 10011110 11101111 1 100010 0 110 100101010 1001000 1001110

Color Harmonies of #EC9EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9EEF

Black with #EC9EEF

Text Example


Text Example

White with #EC9EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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