Html Css Color HEX #EC99EB Plum

📋 copy color: '#EC99EB'

red 236 ◦ green 153 ◦ blue 235

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

Shades of Plum #EC99EB

Tints of Plum #EC99EB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 24.52%

 BLUE value IS 235 (92.19% from 255) = 37.66%

R = 37.82%
G = 24.52%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EC99EB (or 0xEC99EB) is known color: Plum. HEX triplet: EC, 99 and EB. RGB value is (236,153,235). Sum of RGB (Red+Green+Blue) = 236+153+235=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 153 (60.16% from 255 or 24.52% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #EC99EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC99EB is #136614. Grayscale: #BABABA. Windows color (decimal): -1271317 or 15440364. OLE color: 15440364.

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

Color convert

RGB 236 153 235 -
CMYK 0 0.35 0.00 0.07
HSL 300.72º 0.69% 0.76% -
HSV(B) 300.72º 0.35% 0.93% -
XYZ 60.98 46.61 84.38 -
YUV 187.17 155 162.83 -
System Red Green Blue C M Y K H S L
Decimal 236 153 235 0 0.35 0.00 0.07 300.72 0.69 0.76
Hex EC 99 EB 0 23 0 7 12D 45 4C
Octal 354 231 353 0 43 0 7 455 105 114
Binary 11101100 10011001 11101011 0 100011 0 111 100101101 1000101 1001100

Color Harmonies of #EC99EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC99EB

Black with #EC99EB

Text Example


Text Example

White with #EC99EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC99EB; }

 p { color: rgb(236,153,235); }

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

background-color css

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

 a { background-color: rgb(236,153,235); }

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

border-color css

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

 span { border-color: rgb(236,153,235); }

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