Html Css Color HEX #EBA6B9 Cupid

📋 copy color: '#EBA6B9'

red 235 ◦ green 166 ◦ blue 185

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

Shades of Cupid #EBA6B9

Tints of Cupid #EBA6B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 31.57%

R = 40.1%
G = 28.33%
B = 31.57%

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

#EBA6B9 (or 0xEBA6B9) is known color: Cupid. HEX triplet: EB, A6 and B9. RGB value is (235,166,185). Sum of RGB (Red+Green+Blue) = 235+166+185=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 166 (65.23% from 255 or 28.33% from 586); Blue value is 185 (72.66% from 255 or 31.57% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA6B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA6B9 is #145946. Grayscale: #BCBCBC. Windows color (decimal): -1333575 or 12166891. OLE color: 12166891.

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

Color convert

RGB 235 166 185 -
CMYK 0 0.29 0.21 0.08
HSL 343.48º 0.63% 0.79% -
HSV(B) 343.48º 0.29% 0.92% -
XYZ 56.65 48.44 52.26 -
YUV 188.8 125.86 160.96 -
System Red Green Blue C M Y K H S L
Decimal 235 166 185 0 0.29 0.21 0.08 343.48 0.63 0.79
Hex EB A6 B9 0 1D 15 8 157 3F 4F
Octal 353 246 271 0 35 25 10 527 77 117
Binary 11101011 10100110 10111001 0 11101 10101 1000 101010111 111111 1001111

Color Harmonies of #EBA6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA6B9

Black with #EBA6B9

Text Example


Text Example

White with #EBA6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA6B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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