Html Css Color HEX #E7B5BA Blossom

📋 copy color: '#E7B5BA'

red 231 ◦ green 181 ◦ blue 186

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

Shades of Blossom #E7B5BA

Tints of Blossom #E7B5BA

RGB

 RED value IS 231 (90.63% from 255) = 38.63%

 GREEN value IS 181 (71.09% from 255) = 30.27%

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

R = 38.63%
G = 30.27%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E7B5BA (or 0xE7B5BA) is known color: Blossom. HEX triplet: E7, B5 and BA. RGB value is (231,181,186). Sum of RGB (Red+Green+Blue) = 231+181+186=598 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.63% from 598); Green value is 181 (71.09% from 255 or 30.27% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B5BA is #184A45. Grayscale: #C4C4C4. Windows color (decimal): -1591878 or 12236263. OLE color: 12236263.

HSL color Cylindrical-coordinate representation of color #E7B5BA: hue angle of 354º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E7B5BA is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 181 186 -
CMYK 0 0.22 0.19 0.09
HSL 354º 0.51% 0.81% -
HSV(B) 354º 0.22% 0.91% -
XYZ 58.34 53.58 53.72 -
YUV 196.52 122.07 152.59 -
System Red Green Blue C M Y K H S L
Decimal 231 181 186 0 0.22 0.19 0.09 354 0.51 0.81
Hex E7 B5 BA 0 16 13 9 162 33 51
Octal 347 265 272 0 26 23 11 542 63 121
Binary 11100111 10110101 10111010 0 10110 10011 1001 101100010 110011 1010001

Color Harmonies of #E7B5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7B5BA

Black with #E7B5BA

Text Example


Text Example

White with #E7B5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7B5BA; }

 p { color: rgb(231,181,186); }

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

background-color css

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

 a { background-color: rgb(231,181,186); }

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

border-color css

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

 span { border-color: rgb(231,181,186); }

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