Html Css Color HEX #EBA9C2 Cupid

📋 copy color: '#EBA9C2'

red 235 ◦ green 169 ◦ blue 194

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

Shades of Cupid #EBA9C2

Tints of Cupid #EBA9C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.44%

R = 39.3%
G = 28.26%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EBA9C2 (or 0xEBA9C2) is known color: Cupid. HEX triplet: EB, A9 and C2. RGB value is (235,169,194). Sum of RGB (Red+Green+Blue) = 235+169+194=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 169 (66.41% from 255 or 28.26% from 598); Blue value is 194 (76.17% from 255 or 32.44% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9C2 is #14563D. Grayscale: #BFBFBF. Windows color (decimal): -1332798 or 12757483. OLE color: 12757483.

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

Color convert

RGB 235 169 194 -
CMYK 0 0.28 0.17 0.08
HSL 337.27º 0.62% 0.79% -
HSV(B) 337.27º 0.28% 0.92% -
XYZ 58.19 49.93 57.61 -
YUV 191.58 129.37 158.97 -
System Red Green Blue C M Y K H S L
Decimal 235 169 194 0 0.28 0.17 0.08 337.27 0.62 0.79
Hex EB A9 C2 0 1C 11 8 151 3E 4F
Octal 353 251 302 0 34 21 10 521 76 117
Binary 11101011 10101001 11000010 0 11100 10001 1000 101010001 111110 1001111

Color Harmonies of #EBA9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA9C2

Black with #EBA9C2

Text Example


Text Example

White with #EBA9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA9C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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