Html Css Color HEX #EDA9BF Cupid

📋 copy color: '#EDA9BF'

red 237 ◦ green 169 ◦ blue 191

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

Shades of Cupid #EDA9BF

Tints of Cupid #EDA9BF

RGB

 RED value IS 237 (92.97% from 255) = 39.7%

 GREEN value IS 169 (66.41% from 255) = 28.31%

 BLUE value IS 191 (75% from 255) = 31.99%

R = 39.7%
G = 28.31%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EDA9BF (or 0xEDA9BF) is known color: Cupid. HEX triplet: ED, A9 and BF. RGB value is (237,169,191). Sum of RGB (Red+Green+Blue) = 237+169+191=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 169 (66.41% from 255 or 28.31% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA9BF is #125640. Grayscale: #BFBFBF. Windows color (decimal): -1201729 or 12560877. OLE color: 12560877.

HSL color Cylindrical-coordinate representation of color #EDA9BF: hue angle of 340.59º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDA9BF is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 169 191 -
CMYK 0 0.29 0.19 0.07
HSL 340.59º 0.65% 0.8% -
HSV(B) 340.59º 0.29% 0.93% -
XYZ 58.52 50.14 55.88 -
YUV 191.84 127.53 160.21 -
System Red Green Blue C M Y K H S L
Decimal 237 169 191 0 0.29 0.19 0.07 340.59 0.65 0.8
Hex ED A9 BF 0 1D 13 7 155 41 50
Octal 355 251 277 0 35 23 7 525 101 120
Binary 11101101 10101001 10111111 0 11101 10011 111 101010101 1000001 1010000

Color Harmonies of #EDA9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA9BF

Black with #EDA9BF

Text Example


Text Example

White with #EDA9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA9BF; }

 p { color: rgb(237,169,191); }

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

background-color css

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

 a { background-color: rgb(237,169,191); }

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

border-color css

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

 span { border-color: rgb(237,169,191); }

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