Html Css Color HEX #EBABBA Cupid

📋 copy color: '#EBABBA'

red 235 ◦ green 171 ◦ blue 186

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

Shades of Cupid #EBABBA

Tints of Cupid #EBABBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31.42%

R = 39.7%
G = 28.89%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EBABBA (or 0xEBABBA) is known color: Cupid. HEX triplet: EB, AB and BA. RGB value is (235,171,186). Sum of RGB (Red+Green+Blue) = 235+171+186=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 171 (67.19% from 255 or 28.89% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBABBA is #145445. Grayscale: #BFBFBF. Windows color (decimal): -1332294 or 12233707. OLE color: 12233707.

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

Color convert

RGB 235 171 186 -
CMYK 0 0.27 0.21 0.08
HSL 345.94º 0.62% 0.8% -
HSV(B) 345.94º 0.27% 0.92% -
XYZ 57.69 50.33 53.13 -
YUV 191.85 124.7 158.78 -
System Red Green Blue C M Y K H S L
Decimal 235 171 186 0 0.27 0.21 0.08 345.94 0.62 0.8
Hex EB AB BA 0 1B 15 8 15A 3E 50
Octal 353 253 272 0 33 25 10 532 76 120
Binary 11101011 10101011 10111010 0 11011 10101 1000 101011010 111110 1010000

Color Harmonies of #EBABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBABBA

Black with #EBABBA

Text Example


Text Example

White with #EBABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBABBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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