Html Css Color HEX #EFA7B2 Blossom

📋 copy color: '#EFA7B2'

red 239 ◦ green 167 ◦ blue 178

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

Shades of Blossom #EFA7B2

Tints of Blossom #EFA7B2

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.6%

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

R = 40.92%
G = 28.6%
B = 30.48%

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

#EFA7B2 (or 0xEFA7B2) is known color: Blossom. HEX triplet: EF, A7 and B2. RGB value is (239,167,178). Sum of RGB (Red+Green+Blue) = 239+167+178=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 167 (65.62% from 255 or 28.60% from 584); Blue value is 178 (69.92% from 255 or 30.48% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA7B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA7B2 is #10584D. Grayscale: #BDBDBD. Windows color (decimal): -1071182 or 11708399. OLE color: 11708399.

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

Color convert

RGB 239 167 178 -
CMYK 0 0.30 0.26 0.06
HSL 350.83º 0.69% 0.8% -
HSV(B) 350.83º 0.3% 0.94% -
XYZ 57.45 49.2 48.59 -
YUV 189.78 121.35 163.11 -
System Red Green Blue C M Y K H S L
Decimal 239 167 178 0 0.30 0.26 0.06 350.83 0.69 0.8
Hex EF A7 B2 0 1E 1A 6 15F 45 50
Octal 357 247 262 0 36 32 6 537 105 120
Binary 11101111 10100111 10110010 0 11110 11010 110 101011111 1000101 1010000

Color Harmonies of #EFA7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA7B2

Black with #EFA7B2

Text Example


Text Example

White with #EFA7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA7B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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