Html Css Color HEX #EFB4BC Cupid

📋 copy color: '#EFB4BC'

red 239 ◦ green 180 ◦ blue 188

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

Shades of Cupid #EFB4BC

Tints of Cupid #EFB4BC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.65%

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

R = 39.37%
G = 29.65%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFB4BC (or 0xEFB4BC) is known color: Cupid. HEX triplet: EF, B4 and BC. RGB value is (239,180,188). Sum of RGB (Red+Green+Blue) = 239+180+188=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 180 (70.70% from 255 or 29.65% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB4BC is #104B43. Grayscale: #C6C6C6. Windows color (decimal): -1067844 or 12367087. OLE color: 12367087.

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

Color convert

RGB 239 180 188 -
CMYK 0 0.25 0.21 0.06
HSL 351.86º 0.65% 0.82% -
HSV(B) 351.86º 0.25% 0.94% -
XYZ 60.99 54.62 54.91 -
YUV 198.55 122.05 156.85 -
System Red Green Blue C M Y K H S L
Decimal 239 180 188 0 0.25 0.21 0.06 351.86 0.65 0.82
Hex EF B4 BC 0 19 15 6 160 41 52
Octal 357 264 274 0 31 25 6 540 101 122
Binary 11101111 10110100 10111100 0 11001 10101 110 101100000 1000001 1010010

Color Harmonies of #EFB4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB4BC

Black with #EFB4BC

Text Example


Text Example

White with #EFB4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB4BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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