Html Css Color HEX #ECA2D7 Lavender Rose

📋 copy color: '#ECA2D7'

red 236 ◦ green 162 ◦ blue 215

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

Shades of Lavender Rose #ECA2D7

Tints of Lavender Rose #ECA2D7

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.43%

 BLUE value IS 215 (84.38% from 255) = 35.07%

R = 38.5%
G = 26.43%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#ECA2D7 (or 0xECA2D7) is known color: Lavender Rose. HEX triplet: EC, A2 and D7. RGB value is (236,162,215). Sum of RGB (Red+Green+Blue) = 236+162+215=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 162 (63.67% from 255 or 26.43% from 613); Blue value is 215 (84.38% from 255 or 35.07% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA2D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA2D7 is #135D28. Grayscale: #BEBEBE. Windows color (decimal): -1269033 or 14131948. OLE color: 14131948.

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

Color convert

RGB 236 162 215 -
CMYK 0 0.31 0.09 0.07
HSL 317.03º 0.66% 0.78% -
HSV(B) 317.03º 0.31% 0.93% -
XYZ 59.78 48.58 70.52 -
YUV 190.17 142.02 160.69 -
System Red Green Blue C M Y K H S L
Decimal 236 162 215 0 0.31 0.09 0.07 317.03 0.66 0.78
Hex EC A2 D7 0 1F 9 7 13D 42 4E
Octal 354 242 327 0 37 11 7 475 102 116
Binary 11101100 10100010 11010111 0 11111 1001 111 100111101 1000010 1001110

Color Harmonies of #ECA2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA2D7

Black with #ECA2D7

Text Example


Text Example

White with #ECA2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA2D7; }

 p { color: rgb(236,162,215); }

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

background-color css

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

 a { background-color: rgb(236,162,215); }

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

border-color css

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

 span { border-color: rgb(236,162,215); }

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