Html Css Color HEX #EFAAB5 Blossom

📋 copy color: '#EFAAB5'

red 239 ◦ green 170 ◦ blue 181

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

Shades of Blossom #EFAAB5

Tints of Blossom #EFAAB5

RGB

 RED value IS 239 (93.75% from 255) = 40.51%

 GREEN value IS 170 (66.8% from 255) = 28.81%

 BLUE value IS 181 (71.09% from 255) = 30.68%

R = 40.51%
G = 28.81%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#EFAAB5 (or 0xEFAAB5) is known color: Blossom. HEX triplet: EF, AA and B5. RGB value is (239,170,181). Sum of RGB (Red+Green+Blue) = 239+170+181=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 181 (71.09% from 255 or 30.68% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAAB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAAB5 is #10554A. Grayscale: #BFBFBF. Windows color (decimal): -1070411 or 11905775. OLE color: 11905775.

HSL color Cylindrical-coordinate representation of color #EFAAB5: hue angle of 350.43º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFAAB5 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 170 181 -
CMYK 0 0.29 0.24 0.06
HSL 350.43º 0.68% 0.8% -
HSV(B) 350.43º 0.29% 0.94% -
XYZ 58.31 50.44 50.38 -
YUV 191.89 121.86 161.61 -
System Red Green Blue C M Y K H S L
Decimal 239 170 181 0 0.29 0.24 0.06 350.43 0.68 0.8
Hex EF AA B5 0 1D 18 6 15E 44 50
Octal 357 252 265 0 35 30 6 536 104 120
Binary 11101111 10101010 10110101 0 11101 11000 110 101011110 1000100 1010000

Color Harmonies of #EFAAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAAB5

Black with #EFAAB5

Text Example


Text Example

White with #EFAAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAAB5; }

 p { color: rgb(239,170,181); }

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

background-color css

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

 a { background-color: rgb(239,170,181); }

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

border-color css

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

 span { border-color: rgb(239,170,181); }

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