Html Css Color HEX #EFA8B5 Blossom

📋 copy color: '#EFA8B5'

red 239 ◦ green 168 ◦ blue 181

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

Shades of Blossom #EFA8B5

Tints of Blossom #EFA8B5

RGB

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

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

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

R = 40.65%
G = 28.57%
B = 30.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#EFA8B5 (or 0xEFA8B5) is known color: Blossom. HEX triplet: EF, A8 and B5. RGB value is (239,168,181). Sum of RGB (Red+Green+Blue) = 239+168+181=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 168 (66.02% from 255 or 28.57% from 588); Blue value is 181 (71.09% from 255 or 30.78% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA8B5 is #10574A. Grayscale: #BEBEBE. Windows color (decimal): -1070923 or 11905263. OLE color: 11905263.

HSL color Cylindrical-coordinate representation of color #EFA8B5: hue angle of 349.01º 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 #EFA8B5 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 168 181 -
CMYK 0 0.30 0.24 0.06
HSL 349.01º 0.69% 0.8% -
HSV(B) 349.01º 0.3% 0.94% -
XYZ 57.94 49.69 50.25 -
YUV 190.71 122.52 162.44 -
System Red Green Blue C M Y K H S L
Decimal 239 168 181 0 0.30 0.24 0.06 349.01 0.69 0.8
Hex EF A8 B5 0 1E 18 6 15D 45 50
Octal 357 250 265 0 36 30 6 535 105 120
Binary 11101111 10101000 10110101 0 11110 11000 110 101011101 1000101 1010000

Color Harmonies of #EFA8B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA8B5

Black with #EFA8B5

Text Example


Text Example

White with #EFA8B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA8B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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