Html Css Color HEX #ECB0B2 Blossom

📋 copy color: '#ECB0B2'

red 236 ◦ green 176 ◦ blue 178

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

Shades of Blossom #ECB0B2

Tints of Blossom #ECB0B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 30.17%

R = 40%
G = 29.83%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#ECB0B2 (or 0xECB0B2) is known color: Blossom. HEX triplet: EC, B0 and B2. RGB value is (236,176,178). Sum of RGB (Red+Green+Blue) = 236+176+178=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 176 (69.14% from 255 or 29.83% from 590); Blue value is 178 (69.92% from 255 or 30.17% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB0B2 is #134F4D. Grayscale: #C2C2C2. Windows color (decimal): -1265486 or 11710700. OLE color: 11710700.

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

Color convert

RGB 236 176 178 -
CMYK 0 0.25 0.25 0.07
HSL 358º 0.61% 0.81% -
HSV(B) 358º 0.25% 0.93% -
XYZ 58.15 52.1 49.11 -
YUV 194.17 118.88 157.84 -
System Red Green Blue C M Y K H S L
Decimal 236 176 178 0 0.25 0.25 0.07 358 0.61 0.81
Hex EC B0 B2 0 19 19 7 166 3D 51
Octal 354 260 262 0 31 31 7 546 75 121
Binary 11101100 10110000 10110010 0 11001 11001 111 101100110 111101 1010001

Color Harmonies of #ECB0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB0B2

Black with #ECB0B2

Text Example


Text Example

White with #ECB0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB0B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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