#ECA8D8

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

Shades of Lavender Rose #ECA8D8

Tints of Lavender Rose #ECA8D8

Color information

#ECA8D8 (or 0xECA8D8) is unknown color: approx Lavender Rose. HEX triplet: EC, A8 and D8. RGB value is (236,168,216). Sum of RGB (Red+Green+Blue) = 236+168+216=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 168 (66.02% from 255 or 27.10% from 620); Blue value is 216 (84.77% from 255 or 34.84% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA8D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA8D8 is #135727. Grayscale: #C1C1C1. Windows color (decimal): -1267496 or 14199020. OLE color: 14199020.

HSL color Cylindrical-coordinate representation of color #ECA8D8: hue angle of 317.65º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECA8D8 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB236168216-
CMYK00.290.080.07
HSL317.65º64.15%79.22%-
HSV(B)317.65º28.81%92.55%-
XYZ60.9950.871.56-
YUV193.8140.53158.1-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.06%
GREEN value IS 168 (66.02% from 255) = 27.10%
BLUE value IS 216 (84.77% from 255) = 34.84%
R=38.06%
G=27.10%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616821600.290.080.07317.6564.1579.22
HexECA8D801D8713e404f
Octal354250330035107476100117
Binary111011001010100011011000011101100011110011111010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA8D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA8D8; }

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

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

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

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

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

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

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

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