Html Css Color HEX #ECB2B7 Blossom

📋 copy color: '#ECB2B7'

red 236 ◦ green 178 ◦ blue 183

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

Shades of Blossom #ECB2B7

Tints of Blossom #ECB2B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 30.65%

R = 39.53%
G = 29.82%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ECB2B7 (or 0xECB2B7) is known color: Blossom. HEX triplet: EC, B2 and B7. RGB value is (236,178,183). Sum of RGB (Red+Green+Blue) = 236+178+183=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 178 (69.92% from 255 or 29.82% from 597); Blue value is 183 (71.88% from 255 or 30.65% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB2B7 is #134D48. Grayscale: #C3C3C3. Windows color (decimal): -1264969 or 12038892. OLE color: 12038892.

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

Color convert

RGB 236 178 183 -
CMYK 0 0.25 0.22 0.07
HSL 354.83º 0.6% 0.81% -
HSV(B) 354.83º 0.25% 0.93% -
XYZ 59.06 53.09 51.93 -
YUV 195.91 120.72 156.59 -
System Red Green Blue C M Y K H S L
Decimal 236 178 183 0 0.25 0.22 0.07 354.83 0.6 0.81
Hex EC B2 B7 0 19 16 7 163 3C 51
Octal 354 262 267 0 31 26 7 543 74 121
Binary 11101100 10110010 10110111 0 11001 10110 111 101100011 111100 1010001

Color Harmonies of #ECB2B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB2B7

Black with #ECB2B7

Text Example


Text Example

White with #ECB2B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB2B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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