Html Css Color HEX #ECB0B4 Blossom

📋 copy color: '#ECB0B4'

red 236 ◦ green 176 ◦ blue 180

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

Shades of Blossom #ECB0B4

Tints of Blossom #ECB0B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 30.41%

R = 39.86%
G = 29.73%
B = 30.41%

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

#ECB0B4 (or 0xECB0B4) is known color: Blossom. HEX triplet: EC, B0 and B4. RGB value is (236,176,180). Sum of RGB (Red+Green+Blue) = 236+176+180=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 176 (69.14% from 255 or 29.73% from 592); Blue value is 180 (70.70% from 255 or 30.41% from 592); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB0B4 is #134F4B. Grayscale: #C2C2C2. Windows color (decimal): -1265484 or 11841772. OLE color: 11841772.

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

Color convert

RGB 236 176 180 -
CMYK 0 0.25 0.24 0.07
HSL 356º 0.61% 0.81% -
HSV(B) 356º 0.25% 0.93% -
XYZ 58.36 52.18 50.18 -
YUV 194.4 119.88 157.67 -
System Red Green Blue C M Y K H S L
Decimal 236 176 180 0 0.25 0.24 0.07 356 0.61 0.81
Hex EC B0 B4 0 19 18 7 164 3D 51
Octal 354 260 264 0 31 30 7 544 75 121
Binary 11101100 10110000 10110100 0 11001 11000 111 101100100 111101 1010001

Color Harmonies of #ECB0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB0B4

Black with #ECB0B4

Text Example


Text Example

White with #ECB0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB0B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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