Html Css Color HEX #EDA9BD Cupid

📋 copy color: '#EDA9BD'

red 237 ◦ green 169 ◦ blue 189

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

Shades of Cupid #EDA9BD

Tints of Cupid #EDA9BD

RGB

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

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

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

R = 39.83%
G = 28.4%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EDA9BD (or 0xEDA9BD) is known color: Cupid. HEX triplet: ED, A9 and BD. RGB value is (237,169,189). Sum of RGB (Red+Green+Blue) = 237+169+189=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 169 (66.41% from 255 or 28.40% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA9BD is #125642. Grayscale: #BFBFBF. Windows color (decimal): -1201731 or 12429805. OLE color: 12429805.

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

Color convert

RGB 237 169 189 -
CMYK 0 0.29 0.20 0.07
HSL 342.35º 0.65% 0.8% -
HSV(B) 342.35º 0.29% 0.93% -
XYZ 58.3 50.05 54.73 -
YUV 191.61 126.53 160.37 -
System Red Green Blue C M Y K H S L
Decimal 237 169 189 0 0.29 0.20 0.07 342.35 0.65 0.8
Hex ED A9 BD 0 1D 14 7 156 41 50
Octal 355 251 275 0 35 24 7 526 101 120
Binary 11101101 10101001 10111101 0 11101 10100 111 101010110 1000001 1010000

Color Harmonies of #EDA9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA9BD

Black with #EDA9BD

Text Example


Text Example

White with #EDA9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA9BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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