Html Css Color HEX #EC99E7 Plum

📋 copy color: '#EC99E7'

red 236 ◦ green 153 ◦ blue 231

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

Shades of Plum #EC99E7

Tints of Plum #EC99E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.26%

R = 38.06%
G = 24.68%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EC99E7 (or 0xEC99E7) is known color: Plum. HEX triplet: EC, 99 and E7. RGB value is (236,153,231). Sum of RGB (Red+Green+Blue) = 236+153+231=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 153 (60.16% from 255 or 24.68% from 620); Blue value is 231 (90.62% from 255 or 37.26% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #EC99E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC99E7 is #136618. Grayscale: #BABABA. Windows color (decimal): -1271321 or 15178220. OLE color: 15178220.

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

Color convert

RGB 236 153 231 -
CMYK 0 0.35 0.02 0.07
HSL 303.61º 0.69% 0.76% -
HSV(B) 303.61º 0.35% 0.93% -
XYZ 60.41 46.38 81.37 -
YUV 186.71 153 163.16 -
System Red Green Blue C M Y K H S L
Decimal 236 153 231 0 0.35 0.02 0.07 303.61 0.69 0.76
Hex EC 99 E7 0 23 2 7 130 45 4C
Octal 354 231 347 0 43 2 7 460 105 114
Binary 11101100 10011001 11100111 0 100011 10 111 100110000 1000101 1001100

Color Harmonies of #EC99E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC99E7

Black with #EC99E7

Text Example


Text Example

White with #EC99E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC99E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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