Html Css Color HEX #EAC6C7 Azalea

📋 copy color: '#EAC6C7'

red 234 ◦ green 198 ◦ blue 199

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

Shades of Azalea #EAC6C7

Tints of Azalea #EAC6C7

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.38%

 BLUE value IS 199 (78.13% from 255) = 31.54%

R = 37.08%
G = 31.38%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EAC6C7 (or 0xEAC6C7) is known color: Azalea. HEX triplet: EA, C6 and C7. RGB value is (234,198,199). Sum of RGB (Red+Green+Blue) = 234+198+199=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 198 (77.73% from 255 or 31.38% from 631); Blue value is 199 (78.12% from 255 or 31.54% from 631); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC6C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC6C7 is #153938. Grayscale: #D0D0D0. Windows color (decimal): -1390905 or 13092586. OLE color: 13092586.

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

Color convert

RGB 234 198 199 -
CMYK 0 0.15 0.15 0.08
HSL 358.33º 0.46% 0.85% -
HSV(B) 358.33º 0.15% 0.92% -
XYZ 64.43 62 62.6 -
YUV 208.88 122.43 145.92 -
System Red Green Blue C M Y K H S L
Decimal 234 198 199 0 0.15 0.15 0.08 358.33 0.46 0.85
Hex EA C6 C7 0 F F 8 166 2E 55
Octal 352 306 307 0 17 17 10 546 56 125
Binary 11101010 11000110 11000111 0 1111 1111 1000 101100110 101110 1010101

Color Harmonies of #EAC6C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC6C7

Black with #EAC6C7

Text Example


Text Example

White with #EAC6C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC6C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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