Html Css Color HEX #EABABF Blossom

📋 copy color: '#EABABF'

red 234 ◦ green 186 ◦ blue 191

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

Shades of Blossom #EABABF

Tints of Blossom #EABABF

RGB

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

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

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

R = 38.3%
G = 30.44%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EABABF (or 0xEABABF) is known color: Blossom. HEX triplet: EA, BA and BF. RGB value is (234,186,191). Sum of RGB (Red+Green+Blue) = 234+186+191=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 234 - color contains mainly: red. Hex color #EABABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABABF is #154540. Grayscale: #C8C8C8. Windows color (decimal): -1393985 or 12565226. OLE color: 12565226.

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

Color convert

RGB 234 186 191 -
CMYK 0 0.21 0.18 0.08
HSL 353.75º 0.53% 0.82% -
HSV(B) 353.75º 0.21% 0.92% -
XYZ 60.89 56.37 56.96 -
YUV 200.92 122.4 151.59 -
System Red Green Blue C M Y K H S L
Decimal 234 186 191 0 0.21 0.18 0.08 353.75 0.53 0.82
Hex EA BA BF 0 15 12 8 162 35 52
Octal 352 272 277 0 25 22 10 542 65 122
Binary 11101010 10111010 10111111 0 10101 10010 1000 101100010 110101 1010010

Color Harmonies of #EABABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABABF

Black with #EABABF

Text Example


Text Example

White with #EABABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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