Html Css Color HEX #EBAAC7 Cupid

📋 copy color: '#EBAAC7'

red 235 ◦ green 170 ◦ blue 199

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

Shades of Cupid #EBAAC7

Tints of Cupid #EBAAC7

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.15%

 BLUE value IS 199 (78.13% from 255) = 32.95%

R = 38.91%
G = 28.15%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EBAAC7 (or 0xEBAAC7) is known color: Cupid. HEX triplet: EB, AA and C7. RGB value is (235,170,199). Sum of RGB (Red+Green+Blue) = 235+170+199=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 170 (66.80% from 255 or 28.15% from 604); Blue value is 199 (78.12% from 255 or 32.95% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAAC7 is #145538. Grayscale: #C0C0C0. Windows color (decimal): -1332537 or 13085419. OLE color: 13085419.

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

Color convert

RGB 235 170 199 -
CMYK 0 0.28 0.15 0.08
HSL 333.23º 0.62% 0.79% -
HSV(B) 333.23º 0.28% 0.92% -
XYZ 58.94 50.54 60.68 -
YUV 192.74 131.53 158.14 -
System Red Green Blue C M Y K H S L
Decimal 235 170 199 0 0.28 0.15 0.08 333.23 0.62 0.79
Hex EB AA C7 0 1C F 8 14D 3E 4F
Octal 353 252 307 0 34 17 10 515 76 117
Binary 11101011 10101010 11000111 0 11100 1111 1000 101001101 111110 1001111

Color Harmonies of #EBAAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAAC7

Black with #EBAAC7

Text Example


Text Example

White with #EBAAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAAC7; }

 p { color: rgb(235,170,199); }

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

background-color css

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

 a { background-color: rgb(235,170,199); }

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

border-color css

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

 span { border-color: rgb(235,170,199); }

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