Html Css Color HEX #ECAAB4 Blossom

📋 copy color: '#ECAAB4'

red 236 ◦ green 170 ◦ blue 180

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

Shades of Blossom #ECAAB4

Tints of Blossom #ECAAB4

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.01%

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

R = 40.27%
G = 29.01%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#ECAAB4 (or 0xECAAB4) is known color: Blossom. HEX triplet: EC, AA and B4. RGB value is (236,170,180). Sum of RGB (Red+Green+Blue) = 236+170+180=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 170 (66.80% from 255 or 29.01% from 586); Blue value is 180 (70.70% from 255 or 30.72% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAAB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAAB4 is #13554B. Grayscale: #BEBEBE. Windows color (decimal): -1267020 or 11840236. OLE color: 11840236.

HSL color Cylindrical-coordinate representation of color #ECAAB4: hue angle of 350.91º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECAAB4 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 170 180 -
CMYK 0 0.28 0.24 0.07
HSL 350.91º 0.63% 0.8% -
HSV(B) 350.91º 0.28% 0.93% -
XYZ 57.21 49.88 49.79 -
YUV 190.87 121.87 160.19 -
System Red Green Blue C M Y K H S L
Decimal 236 170 180 0 0.28 0.24 0.07 350.91 0.63 0.8
Hex EC AA B4 0 1C 18 7 15F 3F 50
Octal 354 252 264 0 34 30 7 537 77 120
Binary 11101100 10101010 10110100 0 11100 11000 111 101011111 111111 1010000

Color Harmonies of #ECAAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAAB4

Black with #ECAAB4

Text Example


Text Example

White with #ECAAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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