Html Css Color HEX #EDA6BD Cupid

📋 copy color: '#EDA6BD'

red 237 ◦ green 166 ◦ blue 189

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

Shades of Cupid #EDA6BD

Tints of Cupid #EDA6BD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.04%

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

R = 40.03%
G = 28.04%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EDA6BD (or 0xEDA6BD) is known color: Cupid. HEX triplet: ED, A6 and BD. RGB value is (237,166,189). Sum of RGB (Red+Green+Blue) = 237+166+189=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 166 (65.23% from 255 or 28.04% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA6BD is #125942. Grayscale: #BDBDBD. Windows color (decimal): -1202499 or 12429037. OLE color: 12429037.

HSL color Cylindrical-coordinate representation of color #EDA6BD: hue angle of 340.56º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDA6BD is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 166 189 -
CMYK 0 0.30 0.20 0.07
HSL 340.56º 0.66% 0.79% -
HSV(B) 340.56º 0.3% 0.93% -
XYZ 57.75 48.95 54.55 -
YUV 189.85 127.52 161.63 -
System Red Green Blue C M Y K H S L
Decimal 237 166 189 0 0.30 0.20 0.07 340.56 0.66 0.79
Hex ED A6 BD 0 1E 14 7 155 42 4F
Octal 355 246 275 0 36 24 7 525 102 117
Binary 11101101 10100110 10111101 0 11110 10100 111 101010101 1000010 1001111

Color Harmonies of #EDA6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA6BD

Black with #EDA6BD

Text Example


Text Example

White with #EDA6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA6BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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