Html Css Color HEX #E9B4B5 Blossom

📋 copy color: '#E9B4B5'

red 233 ◦ green 180 ◦ blue 181

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

Shades of Blossom #E9B4B5

Tints of Blossom #E9B4B5

RGB

 RED value IS 233 (91.41% from 255) = 39.23%

 GREEN value IS 180 (70.7% from 255) = 30.3%

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

R = 39.23%
G = 30.3%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#E9B4B5 (or 0xE9B4B5) is known color: Blossom. HEX triplet: E9, B4 and B5. RGB value is (233,180,181). Sum of RGB (Red+Green+Blue) = 233+180+181=594 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.23% from 594); Green value is 180 (70.70% from 255 or 30.30% from 594); Blue value is 181 (71.09% from 255 or 30.47% from 594); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B4B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9B4B5 is #164B4A. Grayscale: #C4C4C4. Windows color (decimal): -1461067 or 11908329. OLE color: 11908329.

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

Color convert

RGB 233 180 181 -
CMYK 0 0.23 0.22 0.09
HSL 358.87º 0.55% 0.81% -
HSV(B) 358.87º 0.23% 0.91% -
XYZ 58.27 53.3 50.93 -
YUV 195.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 233 180 181 0 0.23 0.22 0.09 358.87 0.55 0.81
Hex E9 B4 B5 0 17 16 9 167 37 51
Octal 351 264 265 0 27 26 11 547 67 121
Binary 11101001 10110100 10110101 0 10111 10110 1001 101100111 110111 1010001

Color Harmonies of #E9B4B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9B4B5

Black with #E9B4B5

Text Example


Text Example

White with #E9B4B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9B4B5; }

 p { color: rgb(233,180,181); }

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

background-color css

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

 a { background-color: rgb(233,180,181); }

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

border-color css

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

 span { border-color: rgb(233,180,181); }

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