Html Css Color HEX #EBA7BE Cupid

📋 copy color: '#EBA7BE'

red 235 ◦ green 167 ◦ blue 190

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

Shades of Cupid #EBA7BE

Tints of Cupid #EBA7BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.09%

R = 39.7%
G = 28.21%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#EBA7BE (or 0xEBA7BE) is known color: Cupid. HEX triplet: EB, A7 and BE. RGB value is (235,167,190). Sum of RGB (Red+Green+Blue) = 235+167+190=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 167 (65.62% from 255 or 28.21% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA7BE is #145841. Grayscale: #BDBDBD. Windows color (decimal): -1333314 or 12494827. OLE color: 12494827.

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

Color convert

RGB 235 167 190 -
CMYK 0 0.29 0.19 0.08
HSL 339.71º 0.63% 0.79% -
HSV(B) 339.71º 0.29% 0.92% -
XYZ 57.37 49.02 55.15 -
YUV 189.95 128.03 160.13 -
System Red Green Blue C M Y K H S L
Decimal 235 167 190 0 0.29 0.19 0.08 339.71 0.63 0.79
Hex EB A7 BE 0 1D 13 8 154 3F 4F
Octal 353 247 276 0 35 23 10 524 77 117
Binary 11101011 10100111 10111110 0 11101 10011 1000 101010100 111111 1001111

Color Harmonies of #EBA7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA7BE

Black with #EBA7BE

Text Example


Text Example

White with #EBA7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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