Html Css Color HEX #ECA1D4 Lavender Rose

📋 copy color: '#ECA1D4'

red 236 ◦ green 161 ◦ blue 212

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

Shades of Lavender Rose #ECA1D4

Tints of Lavender Rose #ECA1D4

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.44%

 BLUE value IS 212 (83.2% from 255) = 34.81%

R = 38.75%
G = 26.44%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#ECA1D4 (or 0xECA1D4) is known color: Lavender Rose. HEX triplet: EC, A1 and D4. RGB value is (236,161,212). Sum of RGB (Red+Green+Blue) = 236+161+212=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 161 (63.28% from 255 or 26.44% from 609); Blue value is 212 (83.20% from 255 or 34.81% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA1D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA1D4 is #135E2B. Grayscale: #BDBDBD. Windows color (decimal): -1269292 or 13935084. OLE color: 13935084.

HSL color Cylindrical-coordinate representation of color #ECA1D4: hue angle of 319.2º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECA1D4 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 161 212 -
CMYK 0 0.32 0.10 0.07
HSL 319.2º 0.66% 0.78% -
HSV(B) 319.2º 0.32% 0.93% -
XYZ 59.22 48.08 68.45 -
YUV 189.24 140.85 161.35 -
System Red Green Blue C M Y K H S L
Decimal 236 161 212 0 0.32 0.10 0.07 319.2 0.66 0.78
Hex EC A1 D4 0 20 A 7 13F 42 4E
Octal 354 241 324 0 40 12 7 477 102 116
Binary 11101100 10100001 11010100 0 100000 1010 111 100111111 1000010 1001110

Color Harmonies of #ECA1D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA1D4

Black with #ECA1D4

Text Example


Text Example

White with #ECA1D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA1D4; }

 p { color: rgb(236,161,212); }

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

background-color css

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

 a { background-color: rgb(236,161,212); }

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

border-color css

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

 span { border-color: rgb(236,161,212); }

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