Html Css Color HEX #EBA7BA Cupid

📋 copy color: '#EBA7BA'

red 235 ◦ green 167 ◦ blue 186

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

Shades of Cupid #EBA7BA

Tints of Cupid #EBA7BA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.4%

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

R = 39.97%
G = 28.4%
B = 31.63%

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

#EBA7BA (or 0xEBA7BA) is known color: Cupid. HEX triplet: EB, A7 and BA. RGB value is (235,167,186). Sum of RGB (Red+Green+Blue) = 235+167+186=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 167 (65.62% from 255 or 28.40% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA7BA is #145845. Grayscale: #BDBDBD. Windows color (decimal): -1333318 or 12232683. OLE color: 12232683.

HSL color Cylindrical-coordinate representation of color #EBA7BA: hue angle of 343.24º 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 #EBA7BA is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 167 186 -
CMYK 0 0.29 0.21 0.08
HSL 343.24º 0.63% 0.79% -
HSV(B) 343.24º 0.29% 0.92% -
XYZ 56.94 48.84 52.88 -
YUV 189.5 126.03 160.46 -
System Red Green Blue C M Y K H S L
Decimal 235 167 186 0 0.29 0.21 0.08 343.24 0.63 0.79
Hex EB A7 BA 0 1D 15 8 157 3F 4F
Octal 353 247 272 0 35 25 10 527 77 117
Binary 11101011 10100111 10111010 0 11101 10101 1000 101010111 111111 1001111

Color Harmonies of #EBA7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA7BA

Black with #EBA7BA

Text Example


Text Example

White with #EBA7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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