Html Css Color HEX #EFB0BD Cupid

📋 copy color: '#EFB0BD'

red 239 ◦ green 176 ◦ blue 189

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

Shades of Cupid #EFB0BD

Tints of Cupid #EFB0BD

RGB

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

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

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

R = 39.57%
G = 29.14%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFB0BD (or 0xEFB0BD) is known color: Cupid. HEX triplet: EF, B0 and BD. RGB value is (239,176,189). Sum of RGB (Red+Green+Blue) = 239+176+189=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 176 (69.14% from 255 or 29.14% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0BD is #104F42. Grayscale: #C4C4C4. Windows color (decimal): -1068867 or 12431599. OLE color: 12431599.

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

Color convert

RGB 239 176 189 -
CMYK 0 0.26 0.21 0.06
HSL 347.62º 0.66% 0.81% -
HSV(B) 347.62º 0.26% 0.94% -
XYZ 60.31 53.08 55.21 -
YUV 196.32 123.87 158.44 -
System Red Green Blue C M Y K H S L
Decimal 239 176 189 0 0.26 0.21 0.06 347.62 0.66 0.81
Hex EF B0 BD 0 1A 15 6 15C 42 51
Octal 357 260 275 0 32 25 6 534 102 121
Binary 11101111 10110000 10111101 0 11010 10101 110 101011100 1000010 1010001

Color Harmonies of #EFB0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB0BD

Black with #EFB0BD

Text Example


Text Example

White with #EFB0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB0BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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