Html Css Color HEX #E9ACBA Blossom

📋 copy color: '#E9ACBA'

red 233 ◦ green 172 ◦ blue 186

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

Shades of Blossom #E9ACBA

Tints of Blossom #E9ACBA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.1%

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

R = 39.42%
G = 29.1%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E9ACBA (or 0xE9ACBA) is known color: Blossom. HEX triplet: E9, AC and BA. RGB value is (233,172,186). Sum of RGB (Red+Green+Blue) = 233+172+186=591 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.42% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 233 - color contains mainly: red. Hex color #E9ACBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9ACBA is #165345. Grayscale: #BFBFBF. Windows color (decimal): -1463110 or 12233961. OLE color: 12233961.

HSL color Cylindrical-coordinate representation of color #E9ACBA: hue angle of 346.23º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9ACBA is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 172 186 -
CMYK 0 0.26 0.20 0.09
HSL 346.23º 0.58% 0.79% -
HSV(B) 346.23º 0.26% 0.91% -
XYZ 57.22 50.37 53.16 -
YUV 191.84 124.71 157.36 -
System Red Green Blue C M Y K H S L
Decimal 233 172 186 0 0.26 0.20 0.09 346.23 0.58 0.79
Hex E9 AC BA 0 1A 14 9 15A 3A 4F
Octal 351 254 272 0 32 24 11 532 72 117
Binary 11101001 10101100 10111010 0 11010 10100 1001 101011010 111010 1001111

Color Harmonies of #E9ACBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9ACBA

Black with #E9ACBA

Text Example


Text Example

White with #E9ACBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9ACBA; }

 p { color: rgb(233,172,186); }

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

background-color css

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

 a { background-color: rgb(233,172,186); }

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

border-color css

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

 span { border-color: rgb(233,172,186); }

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