Html Css Color HEX #EFB5BD Cupid

📋 copy color: '#EFB5BD'

red 239 ◦ green 181 ◦ blue 189

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

Shades of Cupid #EFB5BD

Tints of Cupid #EFB5BD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.72%

 BLUE value IS 189 (74.22% from 255) = 31.03%

R = 39.24%
G = 29.72%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFB5BD (or 0xEFB5BD) is known color: Cupid. HEX triplet: EF, B5 and BD. RGB value is (239,181,189). Sum of RGB (Red+Green+Blue) = 239+181+189=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 181 (71.09% from 255 or 29.72% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB5BD is #104A42. Grayscale: #C7C7C7. Windows color (decimal): -1067587 or 12432879. OLE color: 12432879.

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

Color convert

RGB 239 181 189 -
CMYK 0 0.24 0.21 0.06
HSL 351.72º 0.64% 0.82% -
HSV(B) 351.72º 0.24% 0.94% -
XYZ 61.31 55.07 55.54 -
YUV 199.25 122.22 156.35 -
System Red Green Blue C M Y K H S L
Decimal 239 181 189 0 0.24 0.21 0.06 351.72 0.64 0.82
Hex EF B5 BD 0 18 15 6 160 40 52
Octal 357 265 275 0 30 25 6 540 100 122
Binary 11101111 10110101 10111101 0 11000 10101 110 101100000 1000000 1010010

Color Harmonies of #EFB5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB5BD

Black with #EFB5BD

Text Example


Text Example

White with #EFB5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB5BD; }

 p { color: rgb(239,181,189); }

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

background-color css

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

 a { background-color: rgb(239,181,189); }

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

border-color css

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

 span { border-color: rgb(239,181,189); }

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