Html Css Color HEX #EABCBF Azalea

📋 copy color: '#EABCBF'

red 234 ◦ green 188 ◦ blue 191

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

Shades of Azalea #EABCBF

Tints of Azalea #EABCBF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.67%

 BLUE value IS 191 (75% from 255) = 31.16%

R = 38.17%
G = 30.67%
B = 31.16%

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

#EABCBF (or 0xEABCBF) is known color: Azalea. HEX triplet: EA, BC and BF. RGB value is (234,188,191). Sum of RGB (Red+Green+Blue) = 234+188+191=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 188 (73.83% from 255 or 30.67% from 613); Blue value is 191 (75% from 255 or 31.16% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCBF is #154340. Grayscale: #CACACA. Windows color (decimal): -1393473 or 12565738. OLE color: 12565738.

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

Color convert

RGB 234 188 191 -
CMYK 0 0.20 0.18 0.08
HSL 356.09º 0.52% 0.83% -
HSV(B) 356.09º 0.2% 0.92% -
XYZ 61.32 57.22 57.1 -
YUV 202.1 121.74 150.76 -
System Red Green Blue C M Y K H S L
Decimal 234 188 191 0 0.20 0.18 0.08 356.09 0.52 0.83
Hex EA BC BF 0 14 12 8 164 34 53
Octal 352 274 277 0 24 22 10 544 64 123
Binary 11101010 10111100 10111111 0 10100 10010 1000 101100100 110100 1010011

Color Harmonies of #EABCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABCBF

Black with #EABCBF

Text Example


Text Example

White with #EABCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABCBF; }

 p { color: rgb(234,188,191); }

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

background-color css

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

 a { background-color: rgb(234,188,191); }

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

border-color css

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

 span { border-color: rgb(234,188,191); }

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