Html Css Color HEX #EBABC5 Cupid

📋 copy color: '#EBABC5'

red 235 ◦ green 171 ◦ blue 197

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

Shades of Cupid #EBABC5

Tints of Cupid #EBABC5

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.36%

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

R = 38.97%
G = 28.36%
B = 32.67%

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

#EBABC5 (or 0xEBABC5) is known color: Cupid. HEX triplet: EB, AB and C5. RGB value is (235,171,197). Sum of RGB (Red+Green+Blue) = 235+171+197=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 171 (67.19% from 255 or 28.36% from 603); Blue value is 197 (77.34% from 255 or 32.67% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBABC5 is #14543A. Grayscale: #C1C1C1. Windows color (decimal): -1332283 or 12954603. OLE color: 12954603.

HSL color Cylindrical-coordinate representation of color #EBABC5: hue angle of 335.62º degrees, saturation: 0.62, 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 #EBABC5 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 171 197 -
CMYK 0 0.27 0.16 0.08
HSL 335.63º 0.62% 0.8% -
HSV(B) 335.63º 0.27% 0.92% -
XYZ 58.9 50.82 59.53 -
YUV 193.1 130.2 157.89 -
System Red Green Blue C M Y K H S L
Decimal 235 171 197 0 0.27 0.16 0.08 335.63 0.62 0.8
Hex EB AB C5 0 1B 10 8 150 3E 50
Octal 353 253 305 0 33 20 10 520 76 120
Binary 11101011 10101011 11000101 0 11011 10000 1000 101010000 111110 1010000

Color Harmonies of #EBABC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBABC5

Black with #EBABC5

Text Example


Text Example

White with #EBABC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBABC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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