Html Css Color HEX #ECA2D2 Lavender Rose

📋 copy color: '#ECA2D2'

red 236 ◦ green 162 ◦ blue 210

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

Shades of Lavender Rose #ECA2D2

Tints of Lavender Rose #ECA2D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.54%

R = 38.82%
G = 26.64%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#ECA2D2 (or 0xECA2D2) is known color: Lavender Rose. HEX triplet: EC, A2 and D2. RGB value is (236,162,210). Sum of RGB (Red+Green+Blue) = 236+162+210=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 162 (63.67% from 255 or 26.64% from 608); Blue value is 210 (82.42% from 255 or 34.54% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA2D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA2D2 is #135D2D. Grayscale: #BDBDBD. Windows color (decimal): -1269038 or 13804268. OLE color: 13804268.

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

Color convert

RGB 236 162 210 -
CMYK 0 0.31 0.11 0.07
HSL 321.08º 0.66% 0.78% -
HSV(B) 321.08º 0.31% 0.93% -
XYZ 59.15 48.33 67.18 -
YUV 189.6 139.52 161.1 -
System Red Green Blue C M Y K H S L
Decimal 236 162 210 0 0.31 0.11 0.07 321.08 0.66 0.78
Hex EC A2 D2 0 1F B 7 141 42 4E
Octal 354 242 322 0 37 13 7 501 102 116
Binary 11101100 10100010 11010010 0 11111 1011 111 101000001 1000010 1001110

Color Harmonies of #ECA2D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA2D2

Black with #ECA2D2

Text Example


Text Example

White with #ECA2D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA2D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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