Html Css Color HEX #ECA0DC Lavender Rose

📋 copy color: '#ECA0DC'

red 236 ◦ green 160 ◦ blue 220

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

Shades of Lavender Rose #ECA0DC

Tints of Lavender Rose #ECA0DC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25.97%

 BLUE value IS 220 (86.33% from 255) = 35.71%

R = 38.31%
G = 25.97%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ECA0DC (or 0xECA0DC) is known color: Lavender Rose. HEX triplet: EC, A0 and DC. RGB value is (236,160,220). Sum of RGB (Red+Green+Blue) = 236+160+220=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 160 (62.89% from 255 or 25.97% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA0DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA0DC is #135F23. Grayscale: #BDBDBD. Windows color (decimal): -1269540 or 14459116. OLE color: 14459116.

HSL color Cylindrical-coordinate representation of color #ECA0DC: hue angle of 312.63º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECA0DC is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 160 220 -
CMYK 0 0.32 0.07 0.07
HSL 312.63º 0.67% 0.78% -
HSV(B) 312.63º 0.32% 0.93% -
XYZ 60.08 48.14 73.84 -
YUV 189.56 145.18 161.12 -
System Red Green Blue C M Y K H S L
Decimal 236 160 220 0 0.32 0.07 0.07 312.63 0.67 0.78
Hex EC A0 DC 0 20 7 7 139 43 4E
Octal 354 240 334 0 40 7 7 471 103 116
Binary 11101100 10100000 11011100 0 100000 111 111 100111001 1000011 1001110

Color Harmonies of #ECA0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA0DC

Black with #ECA0DC

Text Example


Text Example

White with #ECA0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA0DC; }

 p { color: rgb(236,160,220); }

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

background-color css

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

 a { background-color: rgb(236,160,220); }

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

border-color css

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

 span { border-color: rgb(236,160,220); }

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