Html Css Color HEX #EFA5BB Cupid

📋 copy color: '#EFA5BB'

red 239 ◦ green 165 ◦ blue 187

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

Shades of Cupid #EFA5BB

Tints of Cupid #EFA5BB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.92%

 BLUE value IS 187 (73.44% from 255) = 31.64%

R = 40.44%
G = 27.92%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EFA5BB (or 0xEFA5BB) is known color: Cupid. HEX triplet: EF, A5 and BB. RGB value is (239,165,187). Sum of RGB (Red+Green+Blue) = 239+165+187=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 165 (64.84% from 255 or 27.92% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA5BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA5BB is #105A44. Grayscale: #BDBDBD. Windows color (decimal): -1071685 or 12297711. OLE color: 12297711.

HSL color Cylindrical-coordinate representation of color #EFA5BB: hue angle of 342.16º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFA5BB is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 165 187 -
CMYK 0 0.31 0.22 0.06
HSL 342.16º 0.7% 0.79% -
HSV(B) 342.16º 0.31% 0.94% -
XYZ 58.02 48.85 53.38 -
YUV 189.63 126.52 163.21 -
System Red Green Blue C M Y K H S L
Decimal 239 165 187 0 0.31 0.22 0.06 342.16 0.7 0.79
Hex EF A5 BB 0 1F 16 6 156 46 4F
Octal 357 245 273 0 37 26 6 526 106 117
Binary 11101111 10100101 10111011 0 11111 10110 110 101010110 1000110 1001111

Color Harmonies of #EFA5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA5BB

Black with #EFA5BB

Text Example


Text Example

White with #EFA5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA5BB; }

 p { color: rgb(239,165,187); }

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

background-color css

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

 a { background-color: rgb(239,165,187); }

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

border-color css

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

 span { border-color: rgb(239,165,187); }

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