Html Css Color HEX #EAC1C2 Azalea

📋 copy color: '#EAC1C2'

red 234 ◦ green 193 ◦ blue 194

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

Shades of Azalea #EAC1C2

Tints of Azalea #EAC1C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.24%

R = 37.68%
G = 31.08%
B = 31.24%

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

#EAC1C2 (or 0xEAC1C2) is known color: Azalea. HEX triplet: EA, C1 and C2. RGB value is (234,193,194). Sum of RGB (Red+Green+Blue) = 234+193+194=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 193 (75.78% from 255 or 31.08% from 621); Blue value is 194 (76.17% from 255 or 31.24% from 621); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC1C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC1C2 is #153E3D. Grayscale: #CDCDCD. Windows color (decimal): -1392190 or 12763626. OLE color: 12763626.

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

Color convert

RGB 234 193 194 -
CMYK 0 0.18 0.17 0.08
HSL 358.54º 0.49% 0.84% -
HSV(B) 358.54º 0.18% 0.92% -
XYZ 62.74 59.53 59.22 -
YUV 205.37 121.58 148.42 -
System Red Green Blue C M Y K H S L
Decimal 234 193 194 0 0.18 0.17 0.08 358.54 0.49 0.84
Hex EA C1 C2 0 12 11 8 167 31 54
Octal 352 301 302 0 22 21 10 547 61 124
Binary 11101010 11000001 11000010 0 10010 10001 1000 101100111 110001 1010100

Color Harmonies of #EAC1C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC1C2

Black with #EAC1C2

Text Example


Text Example

White with #EAC1C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC1C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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