Html Css Color HEX #EAAFCD Lavender Pink

📋 copy color: '#EAAFCD'

red 234 ◦ green 175 ◦ blue 205

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

Shades of Lavender Pink #EAAFCD

Tints of Lavender Pink #EAAFCD

RGB

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

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

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

R = 38.11%
G = 28.5%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EAAFCD (or 0xEAAFCD) is known color: Lavender Pink. HEX triplet: EA, AF and CD. RGB value is (234,175,205). Sum of RGB (Red+Green+Blue) = 234+175+205=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 175 (68.75% from 255 or 28.50% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAFCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAFCD is #155032. Grayscale: #C4C4C4. Windows color (decimal): -1396787 or 13479914. OLE color: 13479914.

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

Color convert

RGB 234 175 205 -
CMYK 0 0.25 0.12 0.08
HSL 329.49º 0.58% 0.8% -
HSV(B) 329.49º 0.25% 0.92% -
XYZ 60.28 52.56 64.73 -
YUV 196.06 133.05 155.06 -
System Red Green Blue C M Y K H S L
Decimal 234 175 205 0 0.25 0.12 0.08 329.49 0.58 0.8
Hex EA AF CD 0 19 C 8 149 3A 50
Octal 352 257 315 0 31 14 10 511 72 120
Binary 11101010 10101111 11001101 0 11001 1100 1000 101001001 111010 1010000

Color Harmonies of #EAAFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAFCD

Black with #EAAFCD

Text Example


Text Example

White with #EAAFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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