Html Css Color HEX #EFB1BB Cupid

📋 copy color: '#EFB1BB'

red 239 ◦ green 177 ◦ blue 187

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

Shades of Cupid #EFB1BB

Tints of Cupid #EFB1BB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.35%

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

R = 39.64%
G = 29.35%
B = 31.01%

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

#EFB1BB (or 0xEFB1BB) is known color: Cupid. HEX triplet: EF, B1 and BB. RGB value is (239,177,187). Sum of RGB (Red+Green+Blue) = 239+177+187=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 177 (69.53% from 255 or 29.35% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB1BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB1BB is #104E44. Grayscale: #C4C4C4. Windows color (decimal): -1068613 or 12300783. OLE color: 12300783.

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

Color convert

RGB 239 177 187 -
CMYK 0 0.26 0.22 0.06
HSL 350.32º 0.66% 0.82% -
HSV(B) 350.32º 0.26% 0.94% -
XYZ 60.29 53.38 54.14 -
YUV 196.68 122.54 158.19 -
System Red Green Blue C M Y K H S L
Decimal 239 177 187 0 0.26 0.22 0.06 350.32 0.66 0.82
Hex EF B1 BB 0 1A 16 6 15E 42 52
Octal 357 261 273 0 32 26 6 536 102 122
Binary 11101111 10110001 10111011 0 11010 10110 110 101011110 1000010 1010010

Color Harmonies of #EFB1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB1BB

Black with #EFB1BB

Text Example


Text Example

White with #EFB1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB1BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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