Html Css Color HEX #EAAFCE Lavender Pink

📋 copy color: '#EAAFCE'

red 234 ◦ green 175 ◦ blue 206

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

Shades of Lavender Pink #EAAFCE

Tints of Lavender Pink #EAAFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.5%

R = 38.05%
G = 28.46%
B = 33.5%

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

#EAAFCE (or 0xEAAFCE) is known color: Lavender Pink. HEX triplet: EA, AF and CE. RGB value is (234,175,206). Sum of RGB (Red+Green+Blue) = 234+175+206=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 175 (68.75% from 255 or 28.46% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAFCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAFCE is #155031. Grayscale: #C4C4C4. Windows color (decimal): -1396786 or 13545450. OLE color: 13545450.

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

Color convert

RGB 234 175 206 -
CMYK 0 0.25 0.12 0.08
HSL 328.47º 0.58% 0.8% -
HSV(B) 328.47º 0.25% 0.92% -
XYZ 60.4 52.61 65.36 -
YUV 196.18 133.55 154.98 -
System Red Green Blue C M Y K H S L
Decimal 234 175 206 0 0.25 0.12 0.08 328.47 0.58 0.8
Hex EA AF CE 0 19 C 8 148 3A 50
Octal 352 257 316 0 31 14 10 510 72 120
Binary 11101010 10101111 11001110 0 11001 1100 1000 101001000 111010 1010000

Color Harmonies of #EAAFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAFCE

Black with #EAAFCE

Text Example


Text Example

White with #EAAFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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