Html Css Color HEX #EFABBE Cupid

📋 copy color: '#EFABBE'

red 239 ◦ green 171 ◦ blue 190

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

Shades of Cupid #EFABBE

Tints of Cupid #EFABBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 31.67%

R = 39.83%
G = 28.5%
B = 31.67%

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

#EFABBE (or 0xEFABBE) is known color: Cupid. HEX triplet: EF, AB and BE. RGB value is (239,171,190). Sum of RGB (Red+Green+Blue) = 239+171+190=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 190 (74.61% from 255 or 31.67% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABBE is #105441. Grayscale: #C1C1C1. Windows color (decimal): -1070146 or 12495855. OLE color: 12495855.

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

Color convert

RGB 239 171 190 -
CMYK 0 0.28 0.21 0.06
HSL 343.24º 0.68% 0.8% -
HSV(B) 343.24º 0.28% 0.94% -
XYZ 59.45 51.19 55.46 -
YUV 193.5 126.03 160.46 -
System Red Green Blue C M Y K H S L
Decimal 239 171 190 0 0.28 0.21 0.06 343.24 0.68 0.8
Hex EF AB BE 0 1C 15 6 157 44 50
Octal 357 253 276 0 34 25 6 527 104 120
Binary 11101111 10101011 10111110 0 11100 10101 110 101010111 1000100 1010000

Color Harmonies of #EFABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFABBE

Black with #EFABBE

Text Example


Text Example

White with #EFABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFABBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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