Html Css Color HEX #EAC5CA Azalea

📋 copy color: '#EAC5CA'

red 234 ◦ green 197 ◦ blue 202

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

Shades of Azalea #EAC5CA

Tints of Azalea #EAC5CA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.12%

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

R = 36.97%
G = 31.12%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EAC5CA (or 0xEAC5CA) is known color: Azalea. HEX triplet: EA, C5 and CA. RGB value is (234,197,202). Sum of RGB (Red+Green+Blue) = 234+197+202=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 197 (77.34% from 255 or 31.12% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC5CA is #153A35. Grayscale: #D0D0D0. Windows color (decimal): -1391158 or 13288938. OLE color: 13288938.

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

Color convert

RGB 234 197 202 -
CMYK 0 0.16 0.14 0.08
HSL 351.89º 0.47% 0.85% -
HSV(B) 351.89º 0.16% 0.92% -
XYZ 64.56 61.69 64.38 -
YUV 208.63 124.26 146.09 -
System Red Green Blue C M Y K H S L
Decimal 234 197 202 0 0.16 0.14 0.08 351.89 0.47 0.85
Hex EA C5 CA 0 10 E 8 160 2F 55
Octal 352 305 312 0 20 16 10 540 57 125
Binary 11101010 11000101 11001010 0 10000 1110 1000 101100000 101111 1010101

Color Harmonies of #EAC5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC5CA

Black with #EAC5CA

Text Example


Text Example

White with #EAC5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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