Html Css Color HEX #EC99EA Plum

📋 copy color: '#EC99EA'

red 236 ◦ green 153 ◦ blue 234

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

Shades of Plum #EC99EA

Tints of Plum #EC99EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.56%

R = 37.88%
G = 24.56%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EC99EA (or 0xEC99EA) is known color: Plum. HEX triplet: EC, 99 and EA. RGB value is (236,153,234). Sum of RGB (Red+Green+Blue) = 236+153+234=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 153 (60.16% from 255 or 24.56% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 236 - color contains mainly: red. Hex color #EC99EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC99EA is #136615. Grayscale: #BABABA. Windows color (decimal): -1271318 or 15374828. OLE color: 15374828.

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

Color convert

RGB 236 153 234 -
CMYK 0 0.35 0.01 0.07
HSL 301.45º 0.69% 0.76% -
HSV(B) 301.45º 0.35% 0.93% -
XYZ 60.83 46.56 83.62 -
YUV 187.05 154.5 162.91 -
System Red Green Blue C M Y K H S L
Decimal 236 153 234 0 0.35 0.01 0.07 301.45 0.69 0.76
Hex EC 99 EA 0 23 1 7 12D 45 4C
Octal 354 231 352 0 43 1 7 455 105 114
Binary 11101100 10011001 11101010 0 100011 1 111 100101101 1000101 1001100

Color Harmonies of #EC99EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC99EA

Black with #EC99EA

Text Example


Text Example

White with #EC99EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC99EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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