Html Css Color HEX #ECA2CF Lavender Pink

📋 copy color: '#ECA2CF'

red 236 ◦ green 162 ◦ blue 207

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

Shades of Lavender Pink #ECA2CF

Tints of Lavender Pink #ECA2CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.21%

R = 39.01%
G = 26.78%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#ECA2CF (or 0xECA2CF) is known color: Lavender Pink. HEX triplet: EC, A2 and CF. RGB value is (236,162,207). Sum of RGB (Red+Green+Blue) = 236+162+207=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 162 (63.67% from 255 or 26.78% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA2CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA2CF is #135D30. Grayscale: #BDBDBD. Windows color (decimal): -1269041 or 13607660. OLE color: 13607660.

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

Color convert

RGB 236 162 207 -
CMYK 0 0.31 0.12 0.07
HSL 323.51º 0.66% 0.78% -
HSV(B) 323.51º 0.31% 0.93% -
XYZ 58.77 48.18 65.23 -
YUV 189.26 138.02 161.34 -
System Red Green Blue C M Y K H S L
Decimal 236 162 207 0 0.31 0.12 0.07 323.51 0.66 0.78
Hex EC A2 CF 0 1F C 7 144 42 4E
Octal 354 242 317 0 37 14 7 504 102 116
Binary 11101100 10100010 11001111 0 11111 1100 111 101000100 1000010 1001110

Color Harmonies of #ECA2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA2CF

Black with #ECA2CF

Text Example


Text Example

White with #ECA2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA2CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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