Html Css Color HEX #EBADBE Cupid

📋 copy color: '#EBADBE'

red 235 ◦ green 173 ◦ blue 190

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

Shades of Cupid #EBADBE

Tints of Cupid #EBADBE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.93%

 BLUE value IS 190 (74.61% from 255) = 31.77%

R = 39.3%
G = 28.93%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#EBADBE (or 0xEBADBE) is known color: Cupid. HEX triplet: EB, AD and BE. RGB value is (235,173,190). Sum of RGB (Red+Green+Blue) = 235+173+190=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 190 (74.61% from 255 or 31.77% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADBE is #145241. Grayscale: #C1C1C1. Windows color (decimal): -1331778 or 12496363. OLE color: 12496363.

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

Color convert

RGB 235 173 190 -
CMYK 0 0.26 0.19 0.08
HSL 343.55º 0.61% 0.8% -
HSV(B) 343.55º 0.26% 0.92% -
XYZ 58.5 51.27 55.53 -
YUV 193.48 126.04 157.62 -
System Red Green Blue C M Y K H S L
Decimal 235 173 190 0 0.26 0.19 0.08 343.55 0.61 0.8
Hex EB AD BE 0 1A 13 8 158 3D 50
Octal 353 255 276 0 32 23 10 530 75 120
Binary 11101011 10101101 10111110 0 11010 10011 1000 101011000 111101 1010000

Color Harmonies of #EBADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBADBE

Black with #EBADBE

Text Example


Text Example

White with #EBADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBADBE; }

 p { color: rgb(235,173,190); }

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

background-color css

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

 a { background-color: rgb(235,173,190); }

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

border-color css

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

 span { border-color: rgb(235,173,190); }

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