Html Css Color HEX #ECA5DB Lavender Rose

📋 copy color: '#ECA5DB'

red 236 ◦ green 165 ◦ blue 219

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

Shades of Lavender Rose #ECA5DB

Tints of Lavender Rose #ECA5DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.32%

R = 38.06%
G = 26.61%
B = 35.32%

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

#ECA5DB (or 0xECA5DB) is known color: Lavender Rose. HEX triplet: EC, A5 and DB. RGB value is (236,165,219). Sum of RGB (Red+Green+Blue) = 236+165+219=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 165 (64.84% from 255 or 26.61% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA5DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA5DB is #135A24. Grayscale: #C0C0C0. Windows color (decimal): -1268261 or 14394860. OLE color: 14394860.

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

Color convert

RGB 236 165 219 -
CMYK 0 0.30 0.07 0.07
HSL 314.37º 0.65% 0.79% -
HSV(B) 314.37º 0.3% 0.93% -
XYZ 60.83 49.86 73.44 -
YUV 192.39 143.02 159.11 -
System Red Green Blue C M Y K H S L
Decimal 236 165 219 0 0.30 0.07 0.07 314.37 0.65 0.79
Hex EC A5 DB 0 1E 7 7 13A 41 4F
Octal 354 245 333 0 36 7 7 472 101 117
Binary 11101100 10100101 11011011 0 11110 111 111 100111010 1000001 1001111

Color Harmonies of #ECA5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA5DB

Black with #ECA5DB

Text Example


Text Example

White with #ECA5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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