Html Css Color HEX #EBA7BC Cupid

📋 copy color: '#EBA7BC'

red 235 ◦ green 167 ◦ blue 188

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

Shades of Cupid #EBA7BC

Tints of Cupid #EBA7BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.86%

R = 39.83%
G = 28.31%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.2

 K value IS 0.08

RGB Variations

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

Color information

#EBA7BC (or 0xEBA7BC) is known color: Cupid. HEX triplet: EB, A7 and BC. RGB value is (235,167,188). Sum of RGB (Red+Green+Blue) = 235+167+188=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 167 (65.62% from 255 or 28.31% from 590); Blue value is 188 (73.83% from 255 or 31.86% from 590); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA7BC is #145843. Grayscale: #BDBDBD. Windows color (decimal): -1333316 or 12363755. OLE color: 12363755.

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

Color convert

RGB 235 167 188 -
CMYK 0 0.29 0.2 0.08
HSL 341.47º 0.63% 0.79% -
HSV(B) 341.47º 0.29% 0.92% -
XYZ 57.16 48.93 54.01 -
YUV 189.73 127.03 160.29 -
System Red Green Blue C M Y K H S L
Decimal 235 167 188 0 0.29 0.2 0.08 341.47 0.63 0.79
Hex EB A7 BC 0 1D 14 8 155 3F 4F
Octal 353 247 274 0 35 24 10 525 77 117
Binary 11101011 10100111 10111100 0 11101 10100 1000 101010101 111111 1001111

Color Harmonies of #EBA7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA7BC

Black with #EBA7BC

Text Example


Text Example

White with #EBA7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA7BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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