Html Css Color HEX #EFABBD Cupid

📋 copy color: '#EFABBD'

red 239 ◦ green 171 ◦ blue 189

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

Shades of Cupid #EFABBD

Tints of Cupid #EFABBD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.55%

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

R = 39.9%
G = 28.55%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFABBD (or 0xEFABBD) is known color: Cupid. HEX triplet: EF, AB and BD. RGB value is (239,171,189). Sum of RGB (Red+Green+Blue) = 239+171+189=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABBD is #105442. Grayscale: #C1C1C1. Windows color (decimal): -1070147 or 12430319. OLE color: 12430319.

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

Color convert

RGB 239 171 189 -
CMYK 0 0.28 0.21 0.06
HSL 344.12º 0.68% 0.8% -
HSV(B) 344.12º 0.28% 0.94% -
XYZ 59.34 51.15 54.89 -
YUV 193.38 125.53 160.54 -
System Red Green Blue C M Y K H S L
Decimal 239 171 189 0 0.28 0.21 0.06 344.12 0.68 0.8
Hex EF AB BD 0 1C 15 6 158 44 50
Octal 357 253 275 0 34 25 6 530 104 120
Binary 11101111 10101011 10111101 0 11100 10101 110 101011000 1000100 1010000

Color Harmonies of #EFABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFABBD

Black with #EFABBD

Text Example


Text Example

White with #EFABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFABBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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