Html Css Color HEX #ECB2B4 Blossom

📋 copy color: '#ECB2B4'

red 236 ◦ green 178 ◦ blue 180

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

Shades of Blossom #ECB2B4

Tints of Blossom #ECB2B4

RGB

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

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

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

R = 39.73%
G = 29.97%
B = 30.3%

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

#ECB2B4 (or 0xECB2B4) is known color: Blossom. HEX triplet: EC, B2 and B4. RGB value is (236,178,180). Sum of RGB (Red+Green+Blue) = 236+178+180=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 178 (69.92% from 255 or 29.97% from 594); Blue value is 180 (70.70% from 255 or 30.30% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB2B4 is #134D4B. Grayscale: #C3C3C3. Windows color (decimal): -1264972 or 11842284. OLE color: 11842284.

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

Color convert

RGB 236 178 180 -
CMYK 0 0.25 0.24 0.07
HSL 357.93º 0.6% 0.81% -
HSV(B) 357.93º 0.25% 0.93% -
XYZ 58.75 52.97 50.31 -
YUV 195.57 119.22 156.84 -
System Red Green Blue C M Y K H S L
Decimal 236 178 180 0 0.25 0.24 0.07 357.93 0.6 0.81
Hex EC B2 B4 0 19 18 7 166 3C 51
Octal 354 262 264 0 31 30 7 546 74 121
Binary 11101100 10110010 10110100 0 11001 11000 111 101100110 111100 1010001

Color Harmonies of #ECB2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB2B4

Black with #ECB2B4

Text Example


Text Example

White with #ECB2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB2B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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