Html Css Color HEX #E9ACD2 Lavender Pink

📋 copy color: '#E9ACD2'

red 233 ◦ green 172 ◦ blue 210

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

Shades of Lavender Pink #E9ACD2

Tints of Lavender Pink #E9ACD2

RGB

 RED value IS 233 (91.41% from 255) = 37.89%

 GREEN value IS 172 (67.58% from 255) = 27.97%

 BLUE value IS 210 (82.42% from 255) = 34.15%

R = 37.89%
G = 27.97%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E9ACD2 (or 0xE9ACD2) is known color: Lavender Pink. HEX triplet: E9, AC and D2. RGB value is (233,172,210). Sum of RGB (Red+Green+Blue) = 233+172+210=615 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.89% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 210 (82.42% from 255 or 34.15% from 615); Max value from RGB is 233 - color contains mainly: red. Hex color #E9ACD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9ACD2 is #16532D. Grayscale: #C2C2C2. Windows color (decimal): -1463086 or 13806825. OLE color: 13806825.

HSL color Cylindrical-coordinate representation of color #E9ACD2: hue angle of 322.62º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9ACD2 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 172 210 -
CMYK 0 0.26 0.10 0.09
HSL 322.62º 0.58% 0.79% -
HSV(B) 322.62º 0.26% 0.91% -
XYZ 59.99 51.48 67.75 -
YUV 194.57 136.71 155.41 -
System Red Green Blue C M Y K H S L
Decimal 233 172 210 0 0.26 0.10 0.09 322.62 0.58 0.79
Hex E9 AC D2 0 1A A 9 143 3A 4F
Octal 351 254 322 0 32 12 11 503 72 117
Binary 11101001 10101100 11010010 0 11010 1010 1001 101000011 111010 1001111

Color Harmonies of #E9ACD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9ACD2

Black with #E9ACD2

Text Example


Text Example

White with #E9ACD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9ACD2; }

 p { color: rgb(233,172,210); }

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

background-color css

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

 a { background-color: rgb(233,172,210); }

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

border-color css

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

 span { border-color: rgb(233,172,210); }

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