Html Css Color HEX #EABABD Blossom

📋 copy color: '#EABABD'

red 234 ◦ green 186 ◦ blue 189

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

Shades of Blossom #EABABD

Tints of Blossom #EABABD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.54%

 BLUE value IS 189 (74.22% from 255) = 31.03%

R = 38.42%
G = 30.54%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#EABABD (or 0xEABABD) is known color: Blossom. HEX triplet: EA, BA and BD. RGB value is (234,186,189). Sum of RGB (Red+Green+Blue) = 234+186+189=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EABABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABABD is #154542. Grayscale: #C8C8C8. Windows color (decimal): -1393987 or 12434154. OLE color: 12434154.

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

Color convert

RGB 234 186 189 -
CMYK 0 0.21 0.19 0.08
HSL 356.25º 0.53% 0.82% -
HSV(B) 356.25º 0.21% 0.92% -
XYZ 60.68 56.28 55.81 -
YUV 200.69 121.4 151.76 -
System Red Green Blue C M Y K H S L
Decimal 234 186 189 0 0.21 0.19 0.08 356.25 0.53 0.82
Hex EA BA BD 0 15 13 8 164 35 52
Octal 352 272 275 0 25 23 10 544 65 122
Binary 11101010 10111010 10111101 0 10101 10011 1000 101100100 110101 1010010

Color Harmonies of #EABABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABABD

Black with #EABABD

Text Example


Text Example

White with #EABABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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