Html Css Color HEX #EAAACD Lavender Pink

📋 copy color: '#EAAACD'

red 234 ◦ green 170 ◦ blue 205

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

Shades of Lavender Pink #EAAACD

Tints of Lavender Pink #EAAACD

RGB

 RED value IS 234 (91.8% from 255) = 38.42%

 GREEN value IS 170 (66.8% from 255) = 27.91%

 BLUE value IS 205 (80.47% from 255) = 33.66%

R = 38.42%
G = 27.91%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EAAACD (or 0xEAAACD) is known color: Lavender Pink. HEX triplet: EA, AA and CD. RGB value is (234,170,205). Sum of RGB (Red+Green+Blue) = 234+170+205=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAACD is #155532. Grayscale: #C1C1C1. Windows color (decimal): -1398067 or 13478634. OLE color: 13478634.

HSL color Cylindrical-coordinate representation of color #EAAACD: hue angle of 327.19º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAAACD is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 170 205 -
CMYK 0 0.27 0.12 0.08
HSL 327.19º 0.6% 0.79% -
HSV(B) 327.19º 0.27% 0.92% -
XYZ 59.33 50.65 64.41 -
YUV 193.13 134.7 157.15 -
System Red Green Blue C M Y K H S L
Decimal 234 170 205 0 0.27 0.12 0.08 327.19 0.6 0.79
Hex EA AA CD 0 1B C 8 147 3C 4F
Octal 352 252 315 0 33 14 10 507 74 117
Binary 11101010 10101010 11001101 0 11011 1100 1000 101000111 111100 1001111

Color Harmonies of #EAAACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAACD

Black with #EAAACD

Text Example


Text Example

White with #EAAACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAACD; }

 p { color: rgb(234,170,205); }

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

background-color css

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

 a { background-color: rgb(234,170,205); }

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

border-color css

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

 span { border-color: rgb(234,170,205); }

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