Html Css Color HEX #EFB0BB Cupid

📋 copy color: '#EFB0BB'

red 239 ◦ green 176 ◦ blue 187

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

Shades of Cupid #EFB0BB

Tints of Cupid #EFB0BB

RGB

 RED value IS 239 (93.75% from 255) = 39.7%

 GREEN value IS 176 (69.14% from 255) = 29.24%

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

R = 39.7%
G = 29.24%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EFB0BB (or 0xEFB0BB) is known color: Cupid. HEX triplet: EF, B0 and BB. RGB value is (239,176,187). Sum of RGB (Red+Green+Blue) = 239+176+187=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 176 (69.14% from 255 or 29.24% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0BB is #104F44. Grayscale: #C4C4C4. Windows color (decimal): -1068869 or 12300527. OLE color: 12300527.

HSL color Cylindrical-coordinate representation of color #EFB0BB: hue angle of 349.52º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB0BB is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 176 187 -
CMYK 0 0.26 0.22 0.06
HSL 349.52º 0.66% 0.81% -
HSV(B) 349.52º 0.26% 0.94% -
XYZ 60.09 52.99 54.07 -
YUV 196.09 122.87 158.61 -
System Red Green Blue C M Y K H S L
Decimal 239 176 187 0 0.26 0.22 0.06 349.52 0.66 0.81
Hex EF B0 BB 0 1A 16 6 15E 42 51
Octal 357 260 273 0 32 26 6 536 102 121
Binary 11101111 10110000 10111011 0 11010 10110 110 101011110 1000010 1010001

Color Harmonies of #EFB0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB0BB

Black with #EFB0BB

Text Example


Text Example

White with #EFB0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB0BB; }

 p { color: rgb(239,176,187); }

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

background-color css

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

 a { background-color: rgb(239,176,187); }

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

border-color css

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

 span { border-color: rgb(239,176,187); }

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