Html Css Color HEX #EAACCD Lavender Pink

📋 copy color: '#EAACCD'

red 234 ◦ green 172 ◦ blue 205

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

Shades of Lavender Pink #EAACCD

Tints of Lavender Pink #EAACCD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.15%

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

R = 38.3%
G = 28.15%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EAACCD (or 0xEAACCD) is known color: Lavender Pink. HEX triplet: EA, AC and CD. RGB value is (234,172,205). Sum of RGB (Red+Green+Blue) = 234+172+205=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACCD is #155332. Grayscale: #C2C2C2. Windows color (decimal): -1397555 or 13479146. OLE color: 13479146.

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

Color convert

RGB 234 172 205 -
CMYK 0 0.26 0.12 0.08
HSL 328.06º 0.6% 0.8% -
HSV(B) 328.06º 0.26% 0.92% -
XYZ 59.7 51.41 64.53 -
YUV 194.3 134.04 156.32 -
System Red Green Blue C M Y K H S L
Decimal 234 172 205 0 0.26 0.12 0.08 328.06 0.6 0.8
Hex EA AC CD 0 1A C 8 148 3C 50
Octal 352 254 315 0 32 14 10 510 74 120
Binary 11101010 10101100 11001101 0 11010 1100 1000 101001000 111100 1010000

Color Harmonies of #EAACCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAACCD

Black with #EAACCD

Text Example


Text Example

White with #EAACCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAACCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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