Html Css Color HEX #EBA6BA Cupid

📋 copy color: '#EBA6BA'

red 235 ◦ green 166 ◦ blue 186

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

Shades of Cupid #EBA6BA

Tints of Cupid #EBA6BA

RGB

 RED value IS 235 (92.19% from 255) = 40.03%

 GREEN value IS 166 (65.23% from 255) = 28.28%

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

R = 40.03%
G = 28.28%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EBA6BA (or 0xEBA6BA) is known color: Cupid. HEX triplet: EB, A6 and BA. RGB value is (235,166,186). Sum of RGB (Red+Green+Blue) = 235+166+186=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 166 (65.23% from 255 or 28.28% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA6BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA6BA is #145945. Grayscale: #BCBCBC. Windows color (decimal): -1333574 or 12232427. OLE color: 12232427.

HSL color Cylindrical-coordinate representation of color #EBA6BA: hue angle of 342.61º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBA6BA is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 166 186 -
CMYK 0 0.29 0.21 0.08
HSL 342.61º 0.63% 0.79% -
HSV(B) 342.61º 0.29% 0.92% -
XYZ 56.76 48.48 52.82 -
YUV 188.91 126.36 160.87 -
System Red Green Blue C M Y K H S L
Decimal 235 166 186 0 0.29 0.21 0.08 342.61 0.63 0.79
Hex EB A6 BA 0 1D 15 8 157 3F 4F
Octal 353 246 272 0 35 25 10 527 77 117
Binary 11101011 10100110 10111010 0 11101 10101 1000 101010111 111111 1001111

Color Harmonies of #EBA6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA6BA

Black with #EBA6BA

Text Example


Text Example

White with #EBA6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA6BA; }

 p { color: rgb(235,166,186); }

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

background-color css

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

 a { background-color: rgb(235,166,186); }

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

border-color css

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

 span { border-color: rgb(235,166,186); }

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