Html Css Color HEX #EDA9C7 Cupid

📋 copy color: '#EDA9C7'

red 237 ◦ green 169 ◦ blue 199

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

Shades of Cupid #EDA9C7

Tints of Cupid #EDA9C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 32.89%

R = 39.17%
G = 27.93%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EDA9C7 (or 0xEDA9C7) is known color: Cupid. HEX triplet: ED, A9 and C7. RGB value is (237,169,199). Sum of RGB (Red+Green+Blue) = 237+169+199=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 169 (66.41% from 255 or 27.93% from 605); Blue value is 199 (78.12% from 255 or 32.89% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA9C7 is #125638. Grayscale: #C0C0C0. Windows color (decimal): -1201721 or 13085165. OLE color: 13085165.

HSL color Cylindrical-coordinate representation of color #EDA9C7: hue angle of 333.53º 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 #EDA9C7 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 169 199 -
CMYK 0 0.29 0.16 0.07
HSL 333.53º 0.65% 0.8% -
HSV(B) 333.53º 0.29% 0.93% -
XYZ 59.42 50.5 60.65 -
YUV 192.75 131.53 159.56 -
System Red Green Blue C M Y K H S L
Decimal 237 169 199 0 0.29 0.16 0.07 333.53 0.65 0.8
Hex ED A9 C7 0 1D 10 7 14E 41 50
Octal 355 251 307 0 35 20 7 516 101 120
Binary 11101101 10101001 11000111 0 11101 10000 111 101001110 1000001 1010000

Color Harmonies of #EDA9C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA9C7

Black with #EDA9C7

Text Example


Text Example

White with #EDA9C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA9C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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