Html Css Color HEX #ECB2B3 Blossom

📋 copy color: '#ECB2B3'

red 236 ◦ green 178 ◦ blue 179

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

Shades of Blossom #ECB2B3

Tints of Blossom #ECB2B3

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.02%

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

R = 39.8%
G = 30.02%
B = 30.19%

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

#ECB2B3 (or 0xECB2B3) is known color: Blossom. HEX triplet: EC, B2 and B3. RGB value is (236,178,179). Sum of RGB (Red+Green+Blue) = 236+178+179=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 178 (69.92% from 255 or 30.02% from 593); Blue value is 179 (70.31% from 255 or 30.19% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB2B3 is #134D4C. Grayscale: #C3C3C3. Windows color (decimal): -1264973 or 11776748. OLE color: 11776748.

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

Color convert

RGB 236 178 179 -
CMYK 0 0.25 0.24 0.07
HSL 358.97º 0.6% 0.81% -
HSV(B) 358.97º 0.25% 0.93% -
XYZ 58.65 52.93 49.77 -
YUV 195.46 118.72 156.92 -
System Red Green Blue C M Y K H S L
Decimal 236 178 179 0 0.25 0.24 0.07 358.97 0.6 0.81
Hex EC B2 B3 0 19 18 7 167 3C 51
Octal 354 262 263 0 31 30 7 547 74 121
Binary 11101100 10110010 10110011 0 11001 11000 111 101100111 111100 1010001

Color Harmonies of #ECB2B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB2B3

Black with #ECB2B3

Text Example


Text Example

White with #ECB2B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB2B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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