Html Css Color HEX #EAC4C5 Azalea

📋 copy color: '#EAC4C5'

red 234 ◦ green 196 ◦ blue 197

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

Shades of Azalea #EAC4C5

Tints of Azalea #EAC4C5

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.26%

 BLUE value IS 197 (77.34% from 255) = 31.42%

R = 37.32%
G = 31.26%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EAC4C5 (or 0xEAC4C5) is known color: Azalea. HEX triplet: EA, C4 and C5. RGB value is (234,196,197). Sum of RGB (Red+Green+Blue) = 234+196+197=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 196 (76.95% from 255 or 31.26% from 627); Blue value is 197 (77.34% from 255 or 31.42% from 627); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC4C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC4C5 is #153B3A. Grayscale: #CFCFCF. Windows color (decimal): -1391419 or 12961002. OLE color: 12961002.

HSL color Cylindrical-coordinate representation of color #EAC4C5: hue angle of 358.42º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EAC4C5 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 196 197 -
CMYK 0 0.16 0.16 0.08
HSL 358.42º 0.48% 0.84% -
HSV(B) 358.42º 0.16% 0.92% -
XYZ 63.75 61 61.24 -
YUV 207.48 122.09 146.92 -
System Red Green Blue C M Y K H S L
Decimal 234 196 197 0 0.16 0.16 0.08 358.42 0.48 0.84
Hex EA C4 C5 0 10 10 8 166 30 54
Octal 352 304 305 0 20 20 10 546 60 124
Binary 11101010 11000100 11000101 0 10000 10000 1000 101100110 110000 1010100

Color Harmonies of #EAC4C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC4C5

Black with #EAC4C5

Text Example


Text Example

White with #EAC4C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC4C5; }

 p { color: rgb(234,196,197); }

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

background-color css

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

 a { background-color: rgb(234,196,197); }

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

border-color css

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

 span { border-color: rgb(234,196,197); }

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