Html Css Color HEX #EBA8BB Cupid

📋 copy color: '#EBA8BB'

red 235 ◦ green 168 ◦ blue 187

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

Shades of Cupid #EBA8BB

Tints of Cupid #EBA8BB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.47%

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

R = 39.83%
G = 28.47%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EBA8BB (or 0xEBA8BB) is known color: Cupid. HEX triplet: EB, A8 and BB. RGB value is (235,168,187). Sum of RGB (Red+Green+Blue) = 235+168+187=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 168 (66.02% from 255 or 28.47% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA8BB is #145744. Grayscale: #BEBEBE. Windows color (decimal): -1333061 or 12298475. OLE color: 12298475.

HSL color Cylindrical-coordinate representation of color #EBA8BB: hue angle of 342.99º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBA8BB is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 168 187 -
CMYK 0 0.29 0.20 0.08
HSL 342.99º 0.63% 0.79% -
HSV(B) 342.99º 0.29% 0.92% -
XYZ 57.23 49.26 53.5 -
YUV 190.2 126.2 159.96 -
System Red Green Blue C M Y K H S L
Decimal 235 168 187 0 0.29 0.20 0.08 342.99 0.63 0.79
Hex EB A8 BB 0 1D 14 8 157 3F 4F
Octal 353 250 273 0 35 24 10 527 77 117
Binary 11101011 10101000 10111011 0 11101 10100 1000 101010111 111111 1001111

Color Harmonies of #EBA8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA8BB

Black with #EBA8BB

Text Example


Text Example

White with #EBA8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA8BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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