Html Css Color HEX #EABDBE Azalea

📋 copy color: '#EABDBE'

red 234 ◦ green 189 ◦ blue 190

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

Shades of Azalea #EABDBE

Tints of Azalea #EABDBE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.83%

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

R = 38.17%
G = 30.83%
B = 31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#EABDBE (or 0xEABDBE) is known color: Azalea. HEX triplet: EA, BD and BE. RGB value is (234,189,190). Sum of RGB (Red+Green+Blue) = 234+189+190=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDBE is #154241. Grayscale: #CACACA. Windows color (decimal): -1393218 or 12500458. OLE color: 12500458.

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

Color convert

RGB 234 189 190 -
CMYK 0 0.19 0.19 0.08
HSL 358.67º 0.52% 0.83% -
HSV(B) 358.67º 0.19% 0.92% -
XYZ 61.42 57.61 56.6 -
YUV 202.57 120.91 150.42 -
System Red Green Blue C M Y K H S L
Decimal 234 189 190 0 0.19 0.19 0.08 358.67 0.52 0.83
Hex EA BD BE 0 13 13 8 167 34 53
Octal 352 275 276 0 23 23 10 547 64 123
Binary 11101010 10111101 10111110 0 10011 10011 1000 101100111 110100 1010011

Color Harmonies of #EABDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABDBE

Black with #EABDBE

Text Example


Text Example

White with #EABDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABDBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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