Html Css Color HEX #EAC6C9 Azalea

📋 copy color: '#EAC6C9'

red 234 ◦ green 198 ◦ blue 201

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

Shades of Azalea #EAC6C9

Tints of Azalea #EAC6C9

RGB

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

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

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

R = 36.97%
G = 31.28%
B = 31.75%

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

#EAC6C9 (or 0xEAC6C9) is known color: Azalea. HEX triplet: EA, C6 and C9. RGB value is (234,198,201). Sum of RGB (Red+Green+Blue) = 234+198+201=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 198 (77.73% from 255 or 31.28% from 633); Blue value is 201 (78.91% from 255 or 31.75% from 633); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC6C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC6C9 is #153936. Grayscale: #D1D1D1. Windows color (decimal): -1390903 or 13223658. OLE color: 13223658.

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

Color convert

RGB 234 198 201 -
CMYK 0 0.15 0.14 0.08
HSL 355º 0.46% 0.85% -
HSV(B) 355º 0.15% 0.92% -
XYZ 64.67 62.1 63.84 -
YUV 209.11 123.43 145.76 -
System Red Green Blue C M Y K H S L
Decimal 234 198 201 0 0.15 0.14 0.08 355 0.46 0.85
Hex EA C6 C9 0 F E 8 163 2E 55
Octal 352 306 311 0 17 16 10 543 56 125
Binary 11101010 11000110 11001001 0 1111 1110 1000 101100011 101110 1010101

Color Harmonies of #EAC6C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC6C9

Black with #EAC6C9

Text Example


Text Example

White with #EAC6C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC6C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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