Html Css Color HEX #EAC8C9 Azalea

📋 copy color: '#EAC8C9'

red 234 ◦ green 200 ◦ blue 201

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

Shades of Azalea #EAC8C9

Tints of Azalea #EAC8C9

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.5%

 BLUE value IS 201 (78.91% from 255) = 31.65%

R = 36.85%
G = 31.5%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EAC8C9 (or 0xEAC8C9) is known color: Azalea. HEX triplet: EA, C8 and C9. RGB value is (234,200,201). Sum of RGB (Red+Green+Blue) = 234+200+201=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 200 (78.52% from 255 or 31.50% from 635); Blue value is 201 (78.91% from 255 or 31.65% from 635); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC8C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC8C9 is #153736. Grayscale: #D2D2D2. Windows color (decimal): -1390391 or 13224170. OLE color: 13224170.

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

Color convert

RGB 234 200 201 -
CMYK 0 0.15 0.14 0.08
HSL 358.24º 0.45% 0.85% -
HSV(B) 358.24º 0.15% 0.92% -
XYZ 65.13 63.02 63.99 -
YUV 210.28 122.76 144.92 -
System Red Green Blue C M Y K H S L
Decimal 234 200 201 0 0.15 0.14 0.08 358.24 0.45 0.85
Hex EA C8 C9 0 F E 8 166 2D 55
Octal 352 310 311 0 17 16 10 546 55 125
Binary 11101010 11001000 11001001 0 1111 1110 1000 101100110 101101 1010101

Color Harmonies of #EAC8C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC8C9

Black with #EAC8C9

Text Example


Text Example

White with #EAC8C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC8C9; }

 p { color: rgb(234,200,201); }

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

background-color css

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

 a { background-color: rgb(234,200,201); }

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

border-color css

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

 span { border-color: rgb(234,200,201); }

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