#EC99D8

Color #EC99D8 Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #EC99D8

Tints of Lavender Rose #EC99D8

Color information

#EC99D8 (or 0xEC99D8) is unknown color: approx Lavender Rose. HEX triplet: EC, 99 and D8. RGB value is (236,153,216). Sum of RGB (Red+Green+Blue) = 236+153+216=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 153 (60.16% from 255 or 25.29% from 605); Blue value is 216 (84.77% from 255 or 35.70% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #EC99D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC99D8 is #136627. Grayscale: #B8B8B8. Windows color (decimal): -1271336 or 14195180. OLE color: 14195180.

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

Color convert

RGB236153216-
CMYK00.350.080.07
HSL314.46º68.6%76.27%-
HSV(B)314.46º35.17%92.55%-
XYZ58.3845.5770.69-
YUV185145.5164.38-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.01%
GREEN value IS 153 (60.16% from 255) = 25.29%
BLUE value IS 216 (84.77% from 255) = 35.70%
R=39.01%
G=25.29%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615321600.350.080.07314.4668.676.27
HexEC99D80238713a454c
Octal354231330043107472105114
Binary1110110010011001110110000100011100011110011101010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC99D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC99D8; }

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

 H1.HeaderClassName
 {
   color: #EC99D8;
 }
 .AnyTagClassName
 {
   color: #EC99D8;
 }
</style>
background-color css

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

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

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

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

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

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