Html Css Color HEX #EABBC0 Azalea

📋 copy color: '#EABBC0'

red 234 ◦ green 187 ◦ blue 192

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

Shades of Azalea #EABBC0

Tints of Azalea #EABBC0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.51%

 BLUE value IS 192 (75.39% from 255) = 31.32%

R = 38.17%
G = 30.51%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EABBC0 (or 0xEABBC0) is known color: Azalea. HEX triplet: EA, BB and C0. RGB value is (234,187,192). Sum of RGB (Red+Green+Blue) = 234+187+192=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 192 (75.39% from 255 or 31.32% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABBC0 is #15443F. Grayscale: #C9C9C9. Windows color (decimal): -1393728 or 12631018. OLE color: 12631018.

HSL color Cylindrical-coordinate representation of color #EABBC0: hue angle of 353.62º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EABBC0 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 187 192 -
CMYK 0 0.20 0.18 0.08
HSL 353.62º 0.53% 0.83% -
HSV(B) 353.62º 0.2% 0.92% -
XYZ 61.22 56.84 57.61 -
YUV 201.62 122.57 151.09 -
System Red Green Blue C M Y K H S L
Decimal 234 187 192 0 0.20 0.18 0.08 353.62 0.53 0.83
Hex EA BB C0 0 14 12 8 162 35 53
Octal 352 273 300 0 24 22 10 542 65 123
Binary 11101010 10111011 11000000 0 10100 10010 1000 101100010 110101 1010011

Color Harmonies of #EABBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABBC0

Black with #EABBC0

Text Example


Text Example

White with #EABBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABBC0; }

 p { color: rgb(234,187,192); }

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

background-color css

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

 a { background-color: rgb(234,187,192); }

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

border-color css

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

 span { border-color: rgb(234,187,192); }

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