Html Css Color HEX #ECB2BB Blossom

📋 copy color: '#ECB2BB'

red 236 ◦ green 178 ◦ blue 187

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

Shades of Blossom #ECB2BB

Tints of Blossom #ECB2BB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.62%

 BLUE value IS 187 (73.44% from 255) = 31.11%

R = 39.27%
G = 29.62%
B = 31.11%

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

#ECB2BB (or 0xECB2BB) is known color: Blossom. HEX triplet: EC, B2 and BB. RGB value is (236,178,187). Sum of RGB (Red+Green+Blue) = 236+178+187=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 178 (69.92% from 255 or 29.62% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB2BB is #134D44. Grayscale: #C4C4C4. Windows color (decimal): -1264965 or 12301036. OLE color: 12301036.

HSL color Cylindrical-coordinate representation of color #ECB2BB: hue angle of 350.69º degrees, saturation: 0.6, 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 #ECB2BB is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 178 187 -
CMYK 0 0.25 0.21 0.07
HSL 350.69º 0.6% 0.81% -
HSV(B) 350.69º 0.25% 0.93% -
XYZ 59.48 53.26 54.16 -
YUV 196.37 122.72 156.27 -
System Red Green Blue C M Y K H S L
Decimal 236 178 187 0 0.25 0.21 0.07 350.69 0.6 0.81
Hex EC B2 BB 0 19 15 7 15F 3C 51
Octal 354 262 273 0 31 25 7 537 74 121
Binary 11101100 10110010 10111011 0 11001 10101 111 101011111 111100 1010001

Color Harmonies of #ECB2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB2BB

Black with #ECB2BB

Text Example


Text Example

White with #ECB2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB2BB; }

 p { color: rgb(236,178,187); }

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

background-color css

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

 a { background-color: rgb(236,178,187); }

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

border-color css

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

 span { border-color: rgb(236,178,187); }

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