Html Css Color HEX #ECA5BA Cupid

📋 copy color: '#ECA5BA'

red 236 ◦ green 165 ◦ blue 186

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

Shades of Cupid #ECA5BA

Tints of Cupid #ECA5BA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.11%

 BLUE value IS 186 (73.05% from 255) = 31.69%

R = 40.2%
G = 28.11%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ECA5BA (or 0xECA5BA) is known color: Cupid. HEX triplet: EC, A5 and BA. RGB value is (236,165,186). Sum of RGB (Red+Green+Blue) = 236+165+186=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 165 (64.84% from 255 or 28.11% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA5BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA5BA is #135A45. Grayscale: #BCBCBC. Windows color (decimal): -1268294 or 12232172. OLE color: 12232172.

HSL color Cylindrical-coordinate representation of color #ECA5BA: hue angle of 342.25º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECA5BA is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 165 186 -
CMYK 0 0.30 0.21 0.07
HSL 342.25º 0.65% 0.79% -
HSV(B) 342.25º 0.3% 0.93% -
XYZ 56.91 48.29 52.78 -
YUV 188.62 126.52 161.79 -
System Red Green Blue C M Y K H S L
Decimal 236 165 186 0 0.30 0.21 0.07 342.25 0.65 0.79
Hex EC A5 BA 0 1E 15 7 156 41 4F
Octal 354 245 272 0 36 25 7 526 101 117
Binary 11101100 10100101 10111010 0 11110 10101 111 101010110 1000001 1001111

Color Harmonies of #ECA5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA5BA

Black with #ECA5BA

Text Example


Text Example

White with #ECA5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA5BA; }

 p { color: rgb(236,165,186); }

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

background-color css

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

 a { background-color: rgb(236,165,186); }

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

border-color css

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

 span { border-color: rgb(236,165,186); }

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