Html Css Color HEX #ECB2B9 Blossom

📋 copy color: '#ECB2B9'

red 236 ◦ green 178 ◦ blue 185

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

Shades of Blossom #ECB2B9

Tints of Blossom #ECB2B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 30.88%

R = 39.4%
G = 29.72%
B = 30.88%

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

#ECB2B9 (or 0xECB2B9) is known color: Blossom. HEX triplet: EC, B2 and B9. RGB value is (236,178,185). Sum of RGB (Red+Green+Blue) = 236+178+185=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 178 (69.92% from 255 or 29.72% from 599); Blue value is 185 (72.66% from 255 or 30.88% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB2B9 is #134D46. Grayscale: #C4C4C4. Windows color (decimal): -1264967 or 12169964. OLE color: 12169964.

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

Color convert

RGB 236 178 185 -
CMYK 0 0.25 0.22 0.07
HSL 352.76º 0.6% 0.81% -
HSV(B) 352.76º 0.25% 0.93% -
XYZ 59.27 53.18 53.04 -
YUV 196.14 121.72 156.43 -
System Red Green Blue C M Y K H S L
Decimal 236 178 185 0 0.25 0.22 0.07 352.76 0.6 0.81
Hex EC B2 B9 0 19 16 7 161 3C 51
Octal 354 262 271 0 31 26 7 541 74 121
Binary 11101100 10110010 10111001 0 11001 10110 111 101100001 111100 1010001

Color Harmonies of #ECB2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB2B9

Black with #ECB2B9

Text Example


Text Example

White with #ECB2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB2B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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