Html Css Color HEX #ECA2D6 Lavender Rose

📋 copy color: '#ECA2D6'

red 236 ◦ green 162 ◦ blue 214

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

Shades of Lavender Rose #ECA2D6

Tints of Lavender Rose #ECA2D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.97%

R = 38.56%
G = 26.47%
B = 34.97%

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

#ECA2D6 (or 0xECA2D6) is known color: Lavender Rose. HEX triplet: EC, A2 and D6. RGB value is (236,162,214). Sum of RGB (Red+Green+Blue) = 236+162+214=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 162 (63.67% from 255 or 26.47% from 612); Blue value is 214 (83.98% from 255 or 34.97% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA2D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA2D6 is #135D29. Grayscale: #BDBDBD. Windows color (decimal): -1269034 or 14066412. OLE color: 14066412.

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

Color convert

RGB 236 162 214 -
CMYK 0 0.31 0.09 0.07
HSL 317.84º 0.66% 0.78% -
HSV(B) 317.84º 0.31% 0.93% -
XYZ 59.65 48.53 69.84 -
YUV 190.05 141.52 160.77 -
System Red Green Blue C M Y K H S L
Decimal 236 162 214 0 0.31 0.09 0.07 317.84 0.66 0.78
Hex EC A2 D6 0 1F 9 7 13E 42 4E
Octal 354 242 326 0 37 11 7 476 102 116
Binary 11101100 10100010 11010110 0 11111 1001 111 100111110 1000010 1001110

Color Harmonies of #ECA2D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA2D6

Black with #ECA2D6

Text Example


Text Example

White with #ECA2D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA2D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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