Html Css Color HEX #EDA7BE Cupid

📋 copy color: '#EDA7BE'

red 237 ◦ green 167 ◦ blue 190

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

Shades of Cupid #EDA7BE

Tints of Cupid #EDA7BE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.11%

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

R = 39.9%
G = 28.11%
B = 31.99%

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

#EDA7BE (or 0xEDA7BE) is known color: Cupid. HEX triplet: ED, A7 and BE. RGB value is (237,167,190). Sum of RGB (Red+Green+Blue) = 237+167+190=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 167 (65.62% from 255 or 28.11% from 594); Blue value is 190 (74.61% from 255 or 31.99% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA7BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA7BE is #125841. Grayscale: #BEBEBE. Windows color (decimal): -1202242 or 12494829. OLE color: 12494829.

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

Color convert

RGB 237 167 190 -
CMYK 0 0.30 0.20 0.07
HSL 340.29º 0.66% 0.79% -
HSV(B) 340.29º 0.3% 0.93% -
XYZ 58.04 49.36 55.18 -
YUV 190.55 127.69 161.13 -
System Red Green Blue C M Y K H S L
Decimal 237 167 190 0 0.30 0.20 0.07 340.29 0.66 0.79
Hex ED A7 BE 0 1E 14 7 154 42 4F
Octal 355 247 276 0 36 24 7 524 102 117
Binary 11101101 10100111 10111110 0 11110 10100 111 101010100 1000010 1001111

Color Harmonies of #EDA7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA7BE

Black with #EDA7BE

Text Example


Text Example

White with #EDA7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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