Html Css Color HEX #EAC7CB Azalea

📋 copy color: '#EAC7CB'

red 234 ◦ green 199 ◦ blue 203

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

Shades of Azalea #EAC7CB

Tints of Azalea #EAC7CB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.29%

 BLUE value IS 203 (79.69% from 255) = 31.92%

R = 36.79%
G = 31.29%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EAC7CB (or 0xEAC7CB) is known color: Azalea. HEX triplet: EA, C7 and CB. RGB value is (234,199,203). Sum of RGB (Red+Green+Blue) = 234+199+203=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 199 (78.12% from 255 or 31.29% from 636); Blue value is 203 (79.69% from 255 or 31.92% from 636); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC7CB is #153834. Grayscale: #D1D1D1. Windows color (decimal): -1390645 or 13354986. OLE color: 13354986.

HSL color Cylindrical-coordinate representation of color #EAC7CB: hue angle of 353.14º 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 #EAC7CB is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 199 203 -
CMYK 0 0.15 0.13 0.08
HSL 353.14º 0.45% 0.85% -
HSV(B) 353.14º 0.15% 0.92% -
XYZ 65.13 62.65 65.16 -
YUV 209.92 124.1 145.17 -
System Red Green Blue C M Y K H S L
Decimal 234 199 203 0 0.15 0.13 0.08 353.14 0.45 0.85
Hex EA C7 CB 0 F D 8 161 2D 55
Octal 352 307 313 0 17 15 10 541 55 125
Binary 11101010 11000111 11001011 0 1111 1101 1000 101100001 101101 1010101

Color Harmonies of #EAC7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC7CB

Black with #EAC7CB

Text Example


Text Example

White with #EAC7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC7CB; }

 p { color: rgb(234,199,203); }

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

background-color css

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

 a { background-color: rgb(234,199,203); }

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

border-color css

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

 span { border-color: rgb(234,199,203); }

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