Html Css Color HEX #EAADCA Lavender Pink

📋 copy color: '#EAADCA'

red 234 ◦ green 173 ◦ blue 202

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

Shades of Lavender Pink #EAADCA

Tints of Lavender Pink #EAADCA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.41%

 BLUE value IS 202 (79.3% from 255) = 33.17%

R = 38.42%
G = 28.41%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EAADCA (or 0xEAADCA) is known color: Lavender Pink. HEX triplet: EA, AD and CA. RGB value is (234,173,202). Sum of RGB (Red+Green+Blue) = 234+173+202=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAADCA is #155235. Grayscale: #C2C2C2. Windows color (decimal): -1397302 or 13282794. OLE color: 13282794.

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

Color convert

RGB 234 173 202 -
CMYK 0 0.26 0.14 0.08
HSL 331.48º 0.59% 0.8% -
HSV(B) 331.48º 0.26% 0.92% -
XYZ 59.54 51.64 62.71 -
YUV 194.55 132.21 156.14 -
System Red Green Blue C M Y K H S L
Decimal 234 173 202 0 0.26 0.14 0.08 331.48 0.59 0.8
Hex EA AD CA 0 1A E 8 14B 3B 50
Octal 352 255 312 0 32 16 10 513 73 120
Binary 11101010 10101101 11001010 0 11010 1110 1000 101001011 111011 1010000

Color Harmonies of #EAADCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAADCA

Black with #EAADCA

Text Example


Text Example

White with #EAADCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAADCA; }

 p { color: rgb(234,173,202); }

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

background-color css

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

 a { background-color: rgb(234,173,202); }

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

border-color css

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

 span { border-color: rgb(234,173,202); }

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