Html Css Color HEX #EABBBE Azalea

📋 copy color: '#EABBBE'

red 234 ◦ green 187 ◦ blue 190

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

Shades of Azalea #EABBBE

Tints of Azalea #EABBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 31.1%

R = 38.3%
G = 30.61%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#EABBBE (or 0xEABBBE) is known color: Azalea. HEX triplet: EA, BB and BE. RGB value is (234,187,190). Sum of RGB (Red+Green+Blue) = 234+187+190=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABBBE is #154441. Grayscale: #C9C9C9. Windows color (decimal): -1393730 or 12499946. OLE color: 12499946.

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

Color convert

RGB 234 187 190 -
CMYK 0 0.20 0.19 0.08
HSL 356.17º 0.53% 0.83% -
HSV(B) 356.17º 0.2% 0.92% -
XYZ 61 56.75 56.45 -
YUV 201.4 121.57 151.26 -
System Red Green Blue C M Y K H S L
Decimal 234 187 190 0 0.20 0.19 0.08 356.17 0.53 0.83
Hex EA BB BE 0 14 13 8 164 35 53
Octal 352 273 276 0 24 23 10 544 65 123
Binary 11101010 10111011 10111110 0 10100 10011 1000 101100100 110101 1010011

Color Harmonies of #EABBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABBBE

Black with #EABBBE

Text Example


Text Example

White with #EABBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABBBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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