Html Css Color HEX #ECB0B3 Blossom

📋 copy color: '#ECB0B3'

red 236 ◦ green 176 ◦ blue 179

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

Shades of Blossom #ECB0B3

Tints of Blossom #ECB0B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 30.29%

R = 39.93%
G = 29.78%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#ECB0B3 (or 0xECB0B3) is known color: Blossom. HEX triplet: EC, B0 and B3. RGB value is (236,176,179). Sum of RGB (Red+Green+Blue) = 236+176+179=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 176 (69.14% from 255 or 29.78% from 591); Blue value is 179 (70.31% from 255 or 30.29% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB0B3 is #134F4C. Grayscale: #C2C2C2. Windows color (decimal): -1265485 or 11776236. OLE color: 11776236.

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

Color convert

RGB 236 176 179 -
CMYK 0 0.25 0.24 0.07
HSL 357º 0.61% 0.81% -
HSV(B) 357º 0.25% 0.93% -
XYZ 58.25 52.14 49.64 -
YUV 194.28 119.38 157.76 -
System Red Green Blue C M Y K H S L
Decimal 236 176 179 0 0.25 0.24 0.07 357 0.61 0.81
Hex EC B0 B3 0 19 18 7 165 3D 51
Octal 354 260 263 0 31 30 7 545 75 121
Binary 11101100 10110000 10110011 0 11001 11000 111 101100101 111101 1010001

Color Harmonies of #ECB0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB0B3

Black with #ECB0B3

Text Example


Text Example

White with #ECB0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB0B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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