Html Css Color HEX #ECB4BB Blossom

📋 copy color: '#ECB4BB'

red 236 ◦ green 180 ◦ blue 187

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

Shades of Blossom #ECB4BB

Tints of Blossom #ECB4BB

RGB

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

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

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

R = 39.14%
G = 29.85%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ECB4BB (or 0xECB4BB) is known color: Blossom. HEX triplet: EC, B4 and BB. RGB value is (236,180,187). Sum of RGB (Red+Green+Blue) = 236+180+187=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 180 (70.70% from 255 or 29.85% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB4BB is #134B44. Grayscale: #C5C5C5. Windows color (decimal): -1264453 or 12301548. OLE color: 12301548.

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

Color convert

RGB 236 180 187 -
CMYK 0 0.24 0.21 0.07
HSL 352.5º 0.6% 0.82% -
HSV(B) 352.5º 0.24% 0.93% -
XYZ 59.88 54.06 54.29 -
YUV 197.54 122.05 155.43 -
System Red Green Blue C M Y K H S L
Decimal 236 180 187 0 0.24 0.21 0.07 352.5 0.6 0.82
Hex EC B4 BB 0 18 15 7 160 3C 52
Octal 354 264 273 0 30 25 7 540 74 122
Binary 11101100 10110100 10111011 0 11000 10101 111 101100000 111100 1010010

Color Harmonies of #ECB4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB4BB

Black with #ECB4BB

Text Example


Text Example

White with #ECB4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB4BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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