Html Css Color HEX #ECA2E2 Lavender Rose

📋 copy color: '#ECA2E2'

red 236 ◦ green 162 ◦ blue 226

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

Shades of Lavender Rose #ECA2E2

Tints of Lavender Rose #ECA2E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 36.22%

R = 37.82%
G = 25.96%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#ECA2E2 (or 0xECA2E2) is known color: Lavender Rose. HEX triplet: EC, A2 and E2. RGB value is (236,162,226). Sum of RGB (Red+Green+Blue) = 236+162+226=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 162 (63.67% from 255 or 25.96% from 624); Blue value is 226 (88.67% from 255 or 36.22% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA2E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA2E2 is #135D1D. Grayscale: #BFBFBF. Windows color (decimal): -1269022 or 14852844. OLE color: 14852844.

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

Color convert

RGB 236 162 226 -
CMYK 0 0.31 0.04 0.07
HSL 308.11º 0.66% 0.78% -
HSV(B) 308.11º 0.31% 0.93% -
XYZ 61.24 49.16 78.21 -
YUV 191.42 147.52 159.8 -
System Red Green Blue C M Y K H S L
Decimal 236 162 226 0 0.31 0.04 0.07 308.11 0.66 0.78
Hex EC A2 E2 0 1F 4 7 134 42 4E
Octal 354 242 342 0 37 4 7 464 102 116
Binary 11101100 10100010 11100010 0 11111 100 111 100110100 1000010 1001110

Color Harmonies of #ECA2E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA2E2

Black with #ECA2E2

Text Example


Text Example

White with #ECA2E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA2E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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