Html Css Color HEX #EDA8BE Cupid

📋 copy color: '#EDA8BE'

red 237 ◦ green 168 ◦ blue 190

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

Shades of Cupid #EDA8BE

Tints of Cupid #EDA8BE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.24%

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

R = 39.83%
G = 28.24%
B = 31.93%

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

#EDA8BE (or 0xEDA8BE) is known color: Cupid. HEX triplet: ED, A8 and BE. RGB value is (237,168,190). Sum of RGB (Red+Green+Blue) = 237+168+190=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 168 (66.02% from 255 or 28.24% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA8BE is #125741. Grayscale: #BFBFBF. Windows color (decimal): -1201986 or 12495085. OLE color: 12495085.

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

Color convert

RGB 237 168 190 -
CMYK 0 0.29 0.20 0.07
HSL 340.87º 0.66% 0.79% -
HSV(B) 340.87º 0.29% 0.93% -
XYZ 58.22 49.73 55.24 -
YUV 191.14 127.36 160.71 -
System Red Green Blue C M Y K H S L
Decimal 237 168 190 0 0.29 0.20 0.07 340.87 0.66 0.79
Hex ED A8 BE 0 1D 14 7 155 42 4F
Octal 355 250 276 0 35 24 7 525 102 117
Binary 11101101 10101000 10111110 0 11101 10100 111 101010101 1000010 1001111

Color Harmonies of #EDA8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA8BE

Black with #EDA8BE

Text Example


Text Example

White with #EDA8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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