Html Css Color HEX #EFB2BC Cupid

📋 copy color: '#EFB2BC'

red 239 ◦ green 178 ◦ blue 188

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

Shades of Cupid #EFB2BC

Tints of Cupid #EFB2BC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.42%

 BLUE value IS 188 (73.83% from 255) = 31.07%

R = 39.5%
G = 29.42%
B = 31.07%

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

#EFB2BC (or 0xEFB2BC) is known color: Cupid. HEX triplet: EF, B2 and BC. RGB value is (239,178,188). Sum of RGB (Red+Green+Blue) = 239+178+188=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 178 (69.92% from 255 or 29.42% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB2BC is #104D43. Grayscale: #C5C5C5. Windows color (decimal): -1068356 or 12366575. OLE color: 12366575.

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

Color convert

RGB 239 178 188 -
CMYK 0 0.26 0.21 0.06
HSL 350.16º 0.66% 0.82% -
HSV(B) 350.16º 0.26% 0.94% -
XYZ 60.59 53.82 54.77 -
YUV 197.38 122.71 157.69 -
System Red Green Blue C M Y K H S L
Decimal 239 178 188 0 0.26 0.21 0.06 350.16 0.66 0.82
Hex EF B2 BC 0 1A 15 6 15E 42 52
Octal 357 262 274 0 32 25 6 536 102 122
Binary 11101111 10110010 10111100 0 11010 10101 110 101011110 1000010 1010010

Color Harmonies of #EFB2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB2BC

Black with #EFB2BC

Text Example


Text Example

White with #EFB2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB2BC; }

 p { color: rgb(239,178,188); }

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

background-color css

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

 a { background-color: rgb(239,178,188); }

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

border-color css

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

 span { border-color: rgb(239,178,188); }

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