Html Css Color HEX #EDA6BE Cupid

📋 copy color: '#EDA6BE'

red 237 ◦ green 166 ◦ blue 190

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

Shades of Cupid #EDA6BE

Tints of Cupid #EDA6BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.04%

R = 39.97%
G = 27.99%
B = 32.04%

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

#EDA6BE (or 0xEDA6BE) is known color: Cupid. HEX triplet: ED, A6 and BE. RGB value is (237,166,190). Sum of RGB (Red+Green+Blue) = 237+166+190=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 166 (65.23% from 255 or 27.99% from 593); Blue value is 190 (74.61% from 255 or 32.04% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA6BE is #125941. Grayscale: #BDBDBD. Windows color (decimal): -1202498 or 12494573. OLE color: 12494573.

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

Color convert

RGB 237 166 190 -
CMYK 0 0.30 0.20 0.07
HSL 339.72º 0.66% 0.79% -
HSV(B) 339.72º 0.3% 0.93% -
XYZ 57.86 48.99 55.12 -
YUV 189.97 128.02 161.55 -
System Red Green Blue C M Y K H S L
Decimal 237 166 190 0 0.30 0.20 0.07 339.72 0.66 0.79
Hex ED A6 BE 0 1E 14 7 154 42 4F
Octal 355 246 276 0 36 24 7 524 102 117
Binary 11101101 10100110 10111110 0 11110 10100 111 101010100 1000010 1001111

Color Harmonies of #EDA6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA6BE

Black with #EDA6BE

Text Example


Text Example

White with #EDA6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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