Html Css Color HEX #ECB0B6 Blossom

📋 copy color: '#ECB0B6'

red 236 ◦ green 176 ◦ blue 182

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

Shades of Blossom #ECB0B6

Tints of Blossom #ECB0B6

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.63%

 BLUE value IS 182 (71.48% from 255) = 30.64%

R = 39.73%
G = 29.63%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#ECB0B6 (or 0xECB0B6) is known color: Blossom. HEX triplet: EC, B0 and B6. RGB value is (236,176,182). Sum of RGB (Red+Green+Blue) = 236+176+182=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 176 (69.14% from 255 or 29.63% from 594); Blue value is 182 (71.48% from 255 or 30.64% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB0B6 is #134F49. Grayscale: #C2C2C2. Windows color (decimal): -1265482 or 11972844. OLE color: 11972844.

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

Color convert

RGB 236 176 182 -
CMYK 0 0.25 0.23 0.07
HSL 354º 0.61% 0.81% -
HSV(B) 354º 0.25% 0.93% -
XYZ 58.56 52.26 51.26 -
YUV 194.62 120.88 157.51 -
System Red Green Blue C M Y K H S L
Decimal 236 176 182 0 0.25 0.23 0.07 354 0.61 0.81
Hex EC B0 B6 0 19 17 7 162 3D 51
Octal 354 260 266 0 31 27 7 542 75 121
Binary 11101100 10110000 10110110 0 11001 10111 111 101100010 111101 1010001

Color Harmonies of #ECB0B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB0B6

Black with #ECB0B6

Text Example


Text Example

White with #ECB0B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB0B6; }

 p { color: rgb(236,176,182); }

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

background-color css

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

 a { background-color: rgb(236,176,182); }

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

border-color css

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

 span { border-color: rgb(236,176,182); }

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