Html Css Color HEX #EFA8B2 Blossom

📋 copy color: '#EFA8B2'

red 239 ◦ green 168 ◦ blue 178

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

Shades of Blossom #EFA8B2

Tints of Blossom #EFA8B2

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.72%

 BLUE value IS 178 (69.92% from 255) = 30.43%

R = 40.85%
G = 28.72%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EFA8B2 (or 0xEFA8B2) is known color: Blossom. HEX triplet: EF, A8 and B2. RGB value is (239,168,178). Sum of RGB (Red+Green+Blue) = 239+168+178=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 168 (66.02% from 255 or 28.72% from 585); Blue value is 178 (69.92% from 255 or 30.43% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA8B2 is #10574D. Grayscale: #BEBEBE. Windows color (decimal): -1070926 or 11708655. OLE color: 11708655.

HSL color Cylindrical-coordinate representation of color #EFA8B2: hue angle of 351.55º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFA8B2 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 168 178 -
CMYK 0 0.30 0.26 0.06
HSL 351.55º 0.69% 0.8% -
HSV(B) 351.55º 0.3% 0.94% -
XYZ 57.64 49.57 48.65 -
YUV 190.37 121.02 162.69 -
System Red Green Blue C M Y K H S L
Decimal 239 168 178 0 0.30 0.26 0.06 351.55 0.69 0.8
Hex EF A8 B2 0 1E 1A 6 160 45 50
Octal 357 250 262 0 36 32 6 540 105 120
Binary 11101111 10101000 10110010 0 11110 11010 110 101100000 1000101 1010000

Color Harmonies of #EFA8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA8B2

Black with #EFA8B2

Text Example


Text Example

White with #EFA8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA8B2; }

 p { color: rgb(239,168,178); }

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

background-color css

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

 a { background-color: rgb(239,168,178); }

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

border-color css

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

 span { border-color: rgb(239,168,178); }

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