Html Css Color HEX #EAB6BA Blossom

📋 copy color: '#EAB6BA'

red 234 ◦ green 182 ◦ blue 186

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

Shades of Blossom #EAB6BA

Tints of Blossom #EAB6BA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.23%

 BLUE value IS 186 (73.05% from 255) = 30.9%

R = 38.87%
G = 30.23%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EAB6BA (or 0xEAB6BA) is known color: Blossom. HEX triplet: EA, B6 and BA. RGB value is (234,182,186). Sum of RGB (Red+Green+Blue) = 234+182+186=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 182 (71.48% from 255 or 30.23% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB6BA is #154945. Grayscale: #C6C6C6. Windows color (decimal): -1395014 or 12236522. OLE color: 12236522.

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

Color convert

RGB 234 182 186 -
CMYK 0 0.22 0.21 0.08
HSL 355.38º 0.55% 0.82% -
HSV(B) 355.38º 0.22% 0.92% -
XYZ 59.52 54.49 53.84 -
YUV 198 121.23 153.67 -
System Red Green Blue C M Y K H S L
Decimal 234 182 186 0 0.22 0.21 0.08 355.38 0.55 0.82
Hex EA B6 BA 0 16 15 8 163 37 52
Octal 352 266 272 0 26 25 10 543 67 122
Binary 11101010 10110110 10111010 0 10110 10101 1000 101100011 110111 1010010

Color Harmonies of #EAB6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB6BA

Black with #EAB6BA

Text Example


Text Example

White with #EAB6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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