Html Css Color HEX #EAC1C6 Azalea

📋 copy color: '#EAC1C6'

red 234 ◦ green 193 ◦ blue 198

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

Shades of Azalea #EAC1C6

Tints of Azalea #EAC1C6

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.88%

 BLUE value IS 198 (77.73% from 255) = 31.68%

R = 37.44%
G = 30.88%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EAC1C6 (or 0xEAC1C6) is known color: Azalea. HEX triplet: EA, C1 and C6. RGB value is (234,193,198). Sum of RGB (Red+Green+Blue) = 234+193+198=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 193 (75.78% from 255 or 30.88% from 625); Blue value is 198 (77.73% from 255 or 31.68% from 625); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC1C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC1C6 is #153E39. Grayscale: #CDCDCD. Windows color (decimal): -1392186 or 13025770. OLE color: 13025770.

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

Color convert

RGB 234 193 198 -
CMYK 0 0.18 0.15 0.08
HSL 352.68º 0.49% 0.84% -
HSV(B) 352.68º 0.18% 0.92% -
XYZ 63.19 59.71 61.62 -
YUV 205.83 123.58 148.09 -
System Red Green Blue C M Y K H S L
Decimal 234 193 198 0 0.18 0.15 0.08 352.68 0.49 0.84
Hex EA C1 C6 0 12 F 8 161 31 54
Octal 352 301 306 0 22 17 10 541 61 124
Binary 11101010 11000001 11000110 0 10010 1111 1000 101100001 110001 1010100

Color Harmonies of #EAC1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC1C6

Black with #EAC1C6

Text Example


Text Example

White with #EAC1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC1C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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