Html Css Color HEX #ECB1B3 Blossom

📋 copy color: '#ECB1B3'

red 236 ◦ green 177 ◦ blue 179

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

Shades of Blossom #ECB1B3

Tints of Blossom #ECB1B3

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.9%

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

R = 39.86%
G = 29.9%
B = 30.24%

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

#ECB1B3 (or 0xECB1B3) is known color: Blossom. HEX triplet: EC, B1 and B3. RGB value is (236,177,179). Sum of RGB (Red+Green+Blue) = 236+177+179=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 177 (69.53% from 255 or 29.90% from 592); Blue value is 179 (70.31% from 255 or 30.24% from 592); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB1B3 is #134E4C. Grayscale: #C2C2C2. Windows color (decimal): -1265229 or 11776492. OLE color: 11776492.

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

Color convert

RGB 236 177 179 -
CMYK 0 0.25 0.24 0.07
HSL 357.97º 0.61% 0.81% -
HSV(B) 357.97º 0.25% 0.93% -
XYZ 58.45 52.53 49.71 -
YUV 194.87 119.05 157.34 -
System Red Green Blue C M Y K H S L
Decimal 236 177 179 0 0.25 0.24 0.07 357.97 0.61 0.81
Hex EC B1 B3 0 19 18 7 166 3D 51
Octal 354 261 263 0 31 30 7 546 75 121
Binary 11101100 10110001 10110011 0 11001 11000 111 101100110 111101 1010001

Color Harmonies of #ECB1B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB1B3

Black with #ECB1B3

Text Example


Text Example

White with #ECB1B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB1B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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