Html Css Color HEX #ECA2D8 Lavender Rose

📋 copy color: '#ECA2D8'

red 236 ◦ green 162 ◦ blue 216

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

Shades of Lavender Rose #ECA2D8

Tints of Lavender Rose #ECA2D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.18%

R = 38.44%
G = 26.38%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ECA2D8 (or 0xECA2D8) is known color: Lavender Rose. HEX triplet: EC, A2 and D8. RGB value is (236,162,216). Sum of RGB (Red+Green+Blue) = 236+162+216=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 162 (63.67% from 255 or 26.38% from 614); Blue value is 216 (84.77% from 255 or 35.18% from 614); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA2D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA2D8 is #135D27. Grayscale: #BEBEBE. Windows color (decimal): -1269032 or 14197484. OLE color: 14197484.

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

Color convert

RGB 236 162 216 -
CMYK 0 0.31 0.08 0.07
HSL 316.22º 0.66% 0.78% -
HSV(B) 316.22º 0.31% 0.93% -
XYZ 59.91 48.63 71.2 -
YUV 190.28 142.52 160.61 -
System Red Green Blue C M Y K H S L
Decimal 236 162 216 0 0.31 0.08 0.07 316.22 0.66 0.78
Hex EC A2 D8 0 1F 8 7 13C 42 4E
Octal 354 242 330 0 37 10 7 474 102 116
Binary 11101100 10100010 11011000 0 11111 1000 111 100111100 1000010 1001110

Color Harmonies of #ECA2D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA2D8

Black with #ECA2D8

Text Example


Text Example

White with #ECA2D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA2D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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