Html Css Color HEX #EAABBA Blossom

📋 copy color: '#EAABBA'

red 234 ◦ green 171 ◦ blue 186

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

Shades of Blossom #EAABBA

Tints of Blossom #EAABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.93%

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

R = 39.59%
G = 28.93%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EAABBA (or 0xEAABBA) is known color: Blossom. HEX triplet: EA, AB and BA. RGB value is (234,171,186). Sum of RGB (Red+Green+Blue) = 234+171+186=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 171 (67.19% from 255 or 28.93% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAABBA is #155445. Grayscale: #BFBFBF. Windows color (decimal): -1397830 or 12233706. OLE color: 12233706.

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

Color convert

RGB 234 171 186 -
CMYK 0 0.27 0.21 0.08
HSL 345.71º 0.6% 0.79% -
HSV(B) 345.71º 0.27% 0.92% -
XYZ 57.36 50.16 53.11 -
YUV 191.55 124.87 158.28 -
System Red Green Blue C M Y K H S L
Decimal 234 171 186 0 0.27 0.21 0.08 345.71 0.6 0.79
Hex EA AB BA 0 1B 15 8 15A 3C 4F
Octal 352 253 272 0 33 25 10 532 74 117
Binary 11101010 10101011 10111010 0 11011 10101 1000 101011010 111100 1001111

Color Harmonies of #EAABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAABBA

Black with #EAABBA

Text Example


Text Example

White with #EAABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAABBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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