Html Css Color HEX #EBA9BD Cupid

📋 copy color: '#EBA9BD'

red 235 ◦ green 169 ◦ blue 189

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

Shades of Cupid #EBA9BD

Tints of Cupid #EBA9BD

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.5%

 BLUE value IS 189 (74.22% from 255) = 31.87%

R = 39.63%
G = 28.5%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EBA9BD (or 0xEBA9BD) is known color: Cupid. HEX triplet: EB, A9 and BD. RGB value is (235,169,189). Sum of RGB (Red+Green+Blue) = 235+169+189=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 169 (66.41% from 255 or 28.50% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9BD is #145642. Grayscale: #BEBEBE. Windows color (decimal): -1332803 or 12429803. OLE color: 12429803.

HSL color Cylindrical-coordinate representation of color #EBA9BD: hue angle of 341.82º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBA9BD is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 169 189 -
CMYK 0 0.28 0.20 0.08
HSL 341.82º 0.62% 0.79% -
HSV(B) 341.82º 0.28% 0.92% -
XYZ 57.63 49.71 54.7 -
YUV 191.01 126.87 159.37 -
System Red Green Blue C M Y K H S L
Decimal 235 169 189 0 0.28 0.20 0.08 341.82 0.62 0.79
Hex EB A9 BD 0 1C 14 8 156 3E 4F
Octal 353 251 275 0 34 24 10 526 76 117
Binary 11101011 10101001 10111101 0 11100 10100 1000 101010110 111110 1001111

Color Harmonies of #EBA9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA9BD

Black with #EBA9BD

Text Example


Text Example

White with #EBA9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA9BD; }

 p { color: rgb(235,169,189); }

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

background-color css

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

 a { background-color: rgb(235,169,189); }

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

border-color css

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

 span { border-color: rgb(235,169,189); }

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