Html Css Color HEX #EBABC7 Cupid

📋 copy color: '#EBABC7'

red 235 ◦ green 171 ◦ blue 199

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

Shades of Cupid #EBABC7

Tints of Cupid #EBABC7

RGB

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

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

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

R = 38.84%
G = 28.26%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EBABC7 (or 0xEBABC7) is known color: Cupid. HEX triplet: EB, AB and C7. RGB value is (235,171,199). Sum of RGB (Red+Green+Blue) = 235+171+199=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 171 (67.19% from 255 or 28.26% from 605); Blue value is 199 (78.12% from 255 or 32.89% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBABC7 is #145438. Grayscale: #C1C1C1. Windows color (decimal): -1332281 or 13085675. OLE color: 13085675.

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

Color convert

RGB 235 171 199 -
CMYK 0 0.27 0.15 0.08
HSL 333.75º 0.62% 0.8% -
HSV(B) 333.75º 0.27% 0.92% -
XYZ 59.13 50.91 60.74 -
YUV 193.33 131.2 157.72 -
System Red Green Blue C M Y K H S L
Decimal 235 171 199 0 0.27 0.15 0.08 333.75 0.62 0.8
Hex EB AB C7 0 1B F 8 14E 3E 50
Octal 353 253 307 0 33 17 10 516 76 120
Binary 11101011 10101011 11000111 0 11011 1111 1000 101001110 111110 1010000

Color Harmonies of #EBABC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBABC7

Black with #EBABC7

Text Example


Text Example

White with #EBABC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBABC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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