Html Css Color HEX #EAAFD5 Lavender Pink

📋 copy color: '#EAAFD5'

red 234 ◦ green 175 ◦ blue 213

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

Shades of Lavender Pink #EAAFD5

Tints of Lavender Pink #EAAFD5

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.14%

 BLUE value IS 213 (83.59% from 255) = 34.24%

R = 37.62%
G = 28.14%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EAAFD5 (or 0xEAAFD5) is known color: Lavender Pink. HEX triplet: EA, AF and D5. RGB value is (234,175,213). Sum of RGB (Red+Green+Blue) = 234+175+213=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 175 (68.75% from 255 or 28.14% from 622); Blue value is 213 (83.59% from 255 or 34.24% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAFD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAFD5 is #15502A. Grayscale: #C4C4C4. Windows color (decimal): -1396779 or 14004202. OLE color: 14004202.

HSL color Cylindrical-coordinate representation of color #EAAFD5: hue angle of 321.36º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAAFD5 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 175 213 -
CMYK 0 0.25 0.09 0.08
HSL 321.36º 0.58% 0.8% -
HSV(B) 321.36º 0.25% 0.92% -
XYZ 61.27 52.96 69.94 -
YUV 196.97 137.05 154.41 -
System Red Green Blue C M Y K H S L
Decimal 234 175 213 0 0.25 0.09 0.08 321.36 0.58 0.8
Hex EA AF D5 0 19 9 8 141 3A 50
Octal 352 257 325 0 31 11 10 501 72 120
Binary 11101010 10101111 11010101 0 11001 1001 1000 101000001 111010 1010000

Color Harmonies of #EAAFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAFD5

Black with #EAAFD5

Text Example


Text Example

White with #EAAFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAFD5; }

 p { color: rgb(234,175,213); }

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

background-color css

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

 a { background-color: rgb(234,175,213); }

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

border-color css

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

 span { border-color: rgb(234,175,213); }

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