Html Css Color HEX #EBADBB Cupid

📋 copy color: '#EBADBB'

red 235 ◦ green 173 ◦ blue 187

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

Shades of Cupid #EBADBB

Tints of Cupid #EBADBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.43%

R = 39.5%
G = 29.08%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EBADBB (or 0xEBADBB) is known color: Cupid. HEX triplet: EB, AD and BB. RGB value is (235,173,187). Sum of RGB (Red+Green+Blue) = 235+173+187=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADBB is #145244. Grayscale: #C1C1C1. Windows color (decimal): -1331781 or 12299755. OLE color: 12299755.

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

Color convert

RGB 235 173 187 -
CMYK 0 0.26 0.20 0.08
HSL 346.45º 0.61% 0.8% -
HSV(B) 346.45º 0.26% 0.92% -
XYZ 58.17 51.14 53.82 -
YUV 193.13 124.54 157.86 -
System Red Green Blue C M Y K H S L
Decimal 235 173 187 0 0.26 0.20 0.08 346.45 0.61 0.8
Hex EB AD BB 0 1A 14 8 15A 3D 50
Octal 353 255 273 0 32 24 10 532 75 120
Binary 11101011 10101101 10111011 0 11010 10100 1000 101011010 111101 1010000

Color Harmonies of #EBADBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBADBB

Black with #EBADBB

Text Example


Text Example

White with #EBADBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBADBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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