Html Css Color HEX #EABCBE Azalea

📋 copy color: '#EABCBE'

red 234 ◦ green 188 ◦ blue 190

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

Shades of Azalea #EABCBE

Tints of Azalea #EABCBE

RGB

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

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

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

R = 38.24%
G = 30.72%
B = 31.05%

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

#EABCBE (or 0xEABCBE) is known color: Azalea. HEX triplet: EA, BC and BE. RGB value is (234,188,190). Sum of RGB (Red+Green+Blue) = 234+188+190=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 188 (73.83% from 255 or 30.72% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCBE is #154341. Grayscale: #CACACA. Windows color (decimal): -1393474 or 12500202. OLE color: 12500202.

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

Color convert

RGB 234 188 190 -
CMYK 0 0.20 0.19 0.08
HSL 357.39º 0.52% 0.83% -
HSV(B) 357.39º 0.2% 0.92% -
XYZ 61.21 57.18 56.53 -
YUV 201.98 121.24 150.84 -
System Red Green Blue C M Y K H S L
Decimal 234 188 190 0 0.20 0.19 0.08 357.39 0.52 0.83
Hex EA BC BE 0 14 13 8 165 34 53
Octal 352 274 276 0 24 23 10 545 64 123
Binary 11101010 10111100 10111110 0 10100 10011 1000 101100101 110100 1010011

Color Harmonies of #EABCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABCBE

Black with #EABCBE

Text Example


Text Example

White with #EABCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABCBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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