Html Css Color HEX #EBACC5 Cupid

📋 copy color: '#EBACC5'

red 235 ◦ green 172 ◦ blue 197

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

Shades of Cupid #EBACC5

Tints of Cupid #EBACC5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.48%

 BLUE value IS 197 (77.34% from 255) = 32.62%

R = 38.91%
G = 28.48%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EBACC5 (or 0xEBACC5) is known color: Cupid. HEX triplet: EB, AC and C5. RGB value is (235,172,197). Sum of RGB (Red+Green+Blue) = 235+172+197=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 197 (77.34% from 255 or 32.62% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACC5 is #14533A. Grayscale: #C1C1C1. Windows color (decimal): -1332027 or 12954859. OLE color: 12954859.

HSL color Cylindrical-coordinate representation of color #EBACC5: hue angle of 336.19º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBACC5 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 172 197 -
CMYK 0 0.27 0.16 0.08
HSL 336.19º 0.61% 0.8% -
HSV(B) 336.19º 0.27% 0.92% -
XYZ 59.09 51.2 59.59 -
YUV 193.69 129.87 157.47 -
System Red Green Blue C M Y K H S L
Decimal 235 172 197 0 0.27 0.16 0.08 336.19 0.61 0.8
Hex EB AC C5 0 1B 10 8 150 3D 50
Octal 353 254 305 0 33 20 10 520 75 120
Binary 11101011 10101100 11000101 0 11011 10000 1000 101010000 111101 1010000

Color Harmonies of #EBACC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBACC5

Black with #EBACC5

Text Example


Text Example

White with #EBACC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBACC5; }

 p { color: rgb(235,172,197); }

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

background-color css

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

 a { background-color: rgb(235,172,197); }

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

border-color css

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

 span { border-color: rgb(235,172,197); }

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