Html Css Color HEX #EFA5BD Cupid

📋 copy color: '#EFA5BD'

red 239 ◦ green 165 ◦ blue 189

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

Shades of Cupid #EFA5BD

Tints of Cupid #EFA5BD

RGB

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

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

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

R = 40.3%
G = 27.82%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFA5BD (or 0xEFA5BD) is known color: Cupid. HEX triplet: EF, A5 and BD. RGB value is (239,165,189). Sum of RGB (Red+Green+Blue) = 239+165+189=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 165 (64.84% from 255 or 27.82% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA5BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA5BD is #105A42. Grayscale: #BDBDBD. Windows color (decimal): -1071683 or 12428783. OLE color: 12428783.

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

Color convert

RGB 239 165 189 -
CMYK 0 0.31 0.21 0.06
HSL 340.54º 0.7% 0.79% -
HSV(B) 340.54º 0.31% 0.94% -
XYZ 58.24 48.94 54.52 -
YUV 189.86 127.52 163.05 -
System Red Green Blue C M Y K H S L
Decimal 239 165 189 0 0.31 0.21 0.06 340.54 0.7 0.79
Hex EF A5 BD 0 1F 15 6 155 46 4F
Octal 357 245 275 0 37 25 6 525 106 117
Binary 11101111 10100101 10111101 0 11111 10101 110 101010101 1000110 1001111

Color Harmonies of #EFA5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA5BD

Black with #EFA5BD

Text Example


Text Example

White with #EFA5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA5BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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