Html Css Color HEX #EBA6BB Cupid

📋 copy color: '#EBA6BB'

red 235 ◦ green 166 ◦ blue 187

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

Shades of Cupid #EBA6BB

Tints of Cupid #EBA6BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.8%

R = 39.97%
G = 28.23%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EBA6BB (or 0xEBA6BB) is known color: Cupid. HEX triplet: EB, A6 and BB. RGB value is (235,166,187). Sum of RGB (Red+Green+Blue) = 235+166+187=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 166 (65.23% from 255 or 28.23% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA6BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA6BB is #145944. Grayscale: #BDBDBD. Windows color (decimal): -1333573 or 12297963. OLE color: 12297963.

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

Color convert

RGB 235 166 187 -
CMYK 0 0.29 0.20 0.08
HSL 341.74º 0.63% 0.79% -
HSV(B) 341.74º 0.29% 0.92% -
XYZ 56.87 48.52 53.38 -
YUV 189.03 126.86 160.79 -
System Red Green Blue C M Y K H S L
Decimal 235 166 187 0 0.29 0.20 0.08 341.74 0.63 0.79
Hex EB A6 BB 0 1D 14 8 156 3F 4F
Octal 353 246 273 0 35 24 10 526 77 117
Binary 11101011 10100110 10111011 0 11101 10100 1000 101010110 111111 1001111

Color Harmonies of #EBA6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA6BB

Black with #EBA6BB

Text Example


Text Example

White with #EBA6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA6BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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