Html Css Color HEX #ECA2DF Lavender Rose

📋 copy color: '#ECA2DF'

red 236 ◦ green 162 ◦ blue 223

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

Shades of Lavender Rose #ECA2DF

Tints of Lavender Rose #ECA2DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.91%

R = 38%
G = 26.09%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ECA2DF (or 0xECA2DF) is known color: Lavender Rose. HEX triplet: EC, A2 and DF. RGB value is (236,162,223). Sum of RGB (Red+Green+Blue) = 236+162+223=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 162 (63.67% from 255 or 26.09% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA2DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA2DF is #135D20. Grayscale: #BEBEBE. Windows color (decimal): -1269025 or 14656236. OLE color: 14656236.

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

Color convert

RGB 236 162 223 -
CMYK 0 0.31 0.06 0.07
HSL 310.54º 0.66% 0.78% -
HSV(B) 310.54º 0.31% 0.93% -
XYZ 60.83 49 76.06 -
YUV 191.08 146.02 160.04 -
System Red Green Blue C M Y K H S L
Decimal 236 162 223 0 0.31 0.06 0.07 310.54 0.66 0.78
Hex EC A2 DF 0 1F 6 7 137 42 4E
Octal 354 242 337 0 37 6 7 467 102 116
Binary 11101100 10100010 11011111 0 11111 110 111 100110111 1000010 1001110

Color Harmonies of #ECA2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA2DF

Black with #ECA2DF

Text Example


Text Example

White with #ECA2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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