Html Css Color HEX #ECB1BA Blossom

📋 copy color: '#ECB1BA'

red 236 ◦ green 177 ◦ blue 186

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

Shades of Blossom #ECB1BA

Tints of Blossom #ECB1BA

RGB

 RED value IS 236 (92.58% from 255) = 39.4%

 GREEN value IS 177 (69.53% from 255) = 29.55%

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

R = 39.4%
G = 29.55%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ECB1BA (or 0xECB1BA) is known color: Blossom. HEX triplet: EC, B1 and BA. RGB value is (236,177,186). Sum of RGB (Red+Green+Blue) = 236+177+186=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 177 (69.53% from 255 or 29.55% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB1BA is #134E45. Grayscale: #C3C3C3. Windows color (decimal): -1265222 or 12235244. OLE color: 12235244.

HSL color Cylindrical-coordinate representation of color #ECB1BA: hue angle of 350.85º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECB1BA is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 177 186 -
CMYK 0 0.25 0.21 0.07
HSL 350.85º 0.61% 0.81% -
HSV(B) 350.85º 0.25% 0.93% -
XYZ 59.18 52.82 53.53 -
YUV 195.67 122.55 156.77 -
System Red Green Blue C M Y K H S L
Decimal 236 177 186 0 0.25 0.21 0.07 350.85 0.61 0.81
Hex EC B1 BA 0 19 15 7 15F 3D 51
Octal 354 261 272 0 31 25 7 537 75 121
Binary 11101100 10110001 10111010 0 11001 10101 111 101011111 111101 1010001

Color Harmonies of #ECB1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB1BA

Black with #ECB1BA

Text Example


Text Example

White with #ECB1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB1BA; }

 p { color: rgb(236,177,186); }

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

background-color css

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

 a { background-color: rgb(236,177,186); }

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

border-color css

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

 span { border-color: rgb(236,177,186); }

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