Html Css Color HEX #EFA7B9 Cupid

📋 copy color: '#EFA7B9'

red 239 ◦ green 167 ◦ blue 185

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

Shades of Cupid #EFA7B9

Tints of Cupid #EFA7B9

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.26%

 BLUE value IS 185 (72.66% from 255) = 31.3%

R = 40.44%
G = 28.26%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EFA7B9 (or 0xEFA7B9) is known color: Cupid. HEX triplet: EF, A7 and B9. RGB value is (239,167,185). Sum of RGB (Red+Green+Blue) = 239+167+185=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 167 (65.62% from 255 or 28.26% from 591); Blue value is 185 (72.66% from 255 or 31.30% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA7B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA7B9 is #105846. Grayscale: #BEBEBE. Windows color (decimal): -1071175 or 12167151. OLE color: 12167151.

HSL color Cylindrical-coordinate representation of color #EFA7B9: hue angle of 345º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFA7B9 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 167 185 -
CMYK 0 0.30 0.23 0.06
HSL 345º 0.69% 0.8% -
HSV(B) 345º 0.3% 0.94% -
XYZ 58.17 49.49 52.39 -
YUV 190.58 124.85 162.54 -
System Red Green Blue C M Y K H S L
Decimal 239 167 185 0 0.30 0.23 0.06 345 0.69 0.8
Hex EF A7 B9 0 1E 17 6 159 45 50
Octal 357 247 271 0 36 27 6 531 105 120
Binary 11101111 10100111 10111001 0 11110 10111 110 101011001 1000101 1010000

Color Harmonies of #EFA7B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA7B9

Black with #EFA7B9

Text Example


Text Example

White with #EFA7B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA7B9; }

 p { color: rgb(239,167,185); }

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

background-color css

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

 a { background-color: rgb(239,167,185); }

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

border-color css

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

 span { border-color: rgb(239,167,185); }

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