Html Css Color HEX #EAC1C3 Azalea

📋 copy color: '#EAC1C3'

red 234 ◦ green 193 ◦ blue 195

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

Shades of Azalea #EAC1C3

Tints of Azalea #EAC1C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 31.35%

R = 37.62%
G = 31.03%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EAC1C3 (or 0xEAC1C3) is known color: Azalea. HEX triplet: EA, C1 and C3. RGB value is (234,193,195). Sum of RGB (Red+Green+Blue) = 234+193+195=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 193 (75.78% from 255 or 31.03% from 622); Blue value is 195 (76.56% from 255 or 31.35% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC1C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC1C3 is #153E3C. Grayscale: #CDCDCD. Windows color (decimal): -1392189 or 12829162. OLE color: 12829162.

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

Color convert

RGB 234 193 195 -
CMYK 0 0.18 0.17 0.08
HSL 357.07º 0.49% 0.84% -
HSV(B) 357.07º 0.18% 0.92% -
XYZ 62.85 59.57 59.82 -
YUV 205.49 122.08 148.34 -
System Red Green Blue C M Y K H S L
Decimal 234 193 195 0 0.18 0.17 0.08 357.07 0.49 0.84
Hex EA C1 C3 0 12 11 8 165 31 54
Octal 352 301 303 0 22 21 10 545 61 124
Binary 11101010 11000001 11000011 0 10010 10001 1000 101100101 110001 1010100

Color Harmonies of #EAC1C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC1C3

Black with #EAC1C3

Text Example


Text Example

White with #EAC1C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC1C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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