Html Css Color HEX #EDA9C2 Cupid

📋 copy color: '#EDA9C2'

red 237 ◦ green 169 ◦ blue 194

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

Shades of Cupid #EDA9C2

Tints of Cupid #EDA9C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.33%

R = 39.5%
G = 28.17%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EDA9C2 (or 0xEDA9C2) is known color: Cupid. HEX triplet: ED, A9 and C2. RGB value is (237,169,194). Sum of RGB (Red+Green+Blue) = 237+169+194=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 169 (66.41% from 255 or 28.17% from 600); Blue value is 194 (76.17% from 255 or 32.33% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA9C2 is #12563D. Grayscale: #C0C0C0. Windows color (decimal): -1201726 or 12757485. OLE color: 12757485.

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

Color convert

RGB 237 169 194 -
CMYK 0 0.29 0.18 0.07
HSL 337.94º 0.65% 0.8% -
HSV(B) 337.94º 0.29% 0.93% -
XYZ 58.85 50.28 57.64 -
YUV 192.18 129.03 159.97 -
System Red Green Blue C M Y K H S L
Decimal 237 169 194 0 0.29 0.18 0.07 337.94 0.65 0.8
Hex ED A9 C2 0 1D 12 7 152 41 50
Octal 355 251 302 0 35 22 7 522 101 120
Binary 11101101 10101001 11000010 0 11101 10010 111 101010010 1000001 1010000

Color Harmonies of #EDA9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA9C2

Black with #EDA9C2

Text Example


Text Example

White with #EDA9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA9C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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