Html Css Color HEX #EAAFD2 Lavender Pink

📋 copy color: '#EAAFD2'

red 234 ◦ green 175 ◦ blue 210

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

Shades of Lavender Pink #EAAFD2

Tints of Lavender Pink #EAAFD2

RGB

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

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

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

R = 37.8%
G = 28.27%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EAAFD2 (or 0xEAAFD2) is known color: Lavender Pink. HEX triplet: EA, AF and D2. RGB value is (234,175,210). Sum of RGB (Red+Green+Blue) = 234+175+210=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 210 (82.42% from 255 or 33.93% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAFD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAFD2 is #15502D. Grayscale: #C4C4C4. Windows color (decimal): -1396782 or 13807594. OLE color: 13807594.

HSL color Cylindrical-coordinate representation of color #EAAFD2: hue angle of 324.41º 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 #EAAFD2 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 175 210 -
CMYK 0 0.25 0.10 0.08
HSL 324.41º 0.58% 0.8% -
HSV(B) 324.41º 0.25% 0.92% -
XYZ 60.89 52.81 67.96 -
YUV 196.63 135.55 154.65 -
System Red Green Blue C M Y K H S L
Decimal 234 175 210 0 0.25 0.10 0.08 324.41 0.58 0.8
Hex EA AF D2 0 19 A 8 144 3A 50
Octal 352 257 322 0 31 12 10 504 72 120
Binary 11101010 10101111 11010010 0 11001 1010 1000 101000100 111010 1010000

Color Harmonies of #EAAFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAFD2

Black with #EAAFD2

Text Example


Text Example

White with #EAAFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAFD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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