Html Css Color HEX #ECA5DC Lavender Rose

📋 copy color: '#ECA5DC'

red 236 ◦ green 165 ◦ blue 220

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

Shades of Lavender Rose #ECA5DC

Tints of Lavender Rose #ECA5DC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.57%

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

R = 38%
G = 26.57%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ECA5DC (or 0xECA5DC) is known color: Lavender Rose. HEX triplet: EC, A5 and DC. RGB value is (236,165,220). Sum of RGB (Red+Green+Blue) = 236+165+220=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 165 (64.84% from 255 or 26.57% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA5DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA5DC is #135A23. Grayscale: #C0C0C0. Windows color (decimal): -1268260 or 14460396. OLE color: 14460396.

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

Color convert

RGB 236 165 220 -
CMYK 0 0.30 0.07 0.07
HSL 313.52º 0.65% 0.79% -
HSV(B) 313.52º 0.3% 0.93% -
XYZ 60.97 49.91 74.13 -
YUV 192.5 143.52 159.03 -
System Red Green Blue C M Y K H S L
Decimal 236 165 220 0 0.30 0.07 0.07 313.52 0.65 0.79
Hex EC A5 DC 0 1E 7 7 13A 41 4F
Octal 354 245 334 0 36 7 7 472 101 117
Binary 11101100 10100101 11011100 0 11110 111 111 100111010 1000001 1001111

Color Harmonies of #ECA5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA5DC

Black with #ECA5DC

Text Example


Text Example

White with #ECA5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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