Html Css Color HEX #EDA9C0 Cupid

📋 copy color: '#EDA9C0'

red 237 ◦ green 169 ◦ blue 192

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

Shades of Cupid #EDA9C0

Tints of Cupid #EDA9C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 32.11%

R = 39.63%
G = 28.26%
B = 32.11%

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

#EDA9C0 (or 0xEDA9C0) is known color: Cupid. HEX triplet: ED, A9 and C0. RGB value is (237,169,192). Sum of RGB (Red+Green+Blue) = 237+169+192=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 169 (66.41% from 255 or 28.26% from 598); Blue value is 192 (75.39% from 255 or 32.11% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA9C0 is #12563F. Grayscale: #BFBFBF. Windows color (decimal): -1201728 or 12626413. OLE color: 12626413.

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

Color convert

RGB 237 169 192 -
CMYK 0 0.29 0.19 0.07
HSL 339.71º 0.65% 0.8% -
HSV(B) 339.71º 0.29% 0.93% -
XYZ 58.63 50.19 56.47 -
YUV 191.95 128.03 160.13 -
System Red Green Blue C M Y K H S L
Decimal 237 169 192 0 0.29 0.19 0.07 339.71 0.65 0.8
Hex ED A9 C0 0 1D 13 7 154 41 50
Octal 355 251 300 0 35 23 7 524 101 120
Binary 11101101 10101001 11000000 0 11101 10011 111 101010100 1000001 1010000

Color Harmonies of #EDA9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA9C0

Black with #EDA9C0

Text Example


Text Example

White with #EDA9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA9C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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