Html Css Color HEX #EDA7BA Cupid

📋 copy color: '#EDA7BA'

red 237 ◦ green 167 ◦ blue 186

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

Shades of Cupid #EDA7BA

Tints of Cupid #EDA7BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31.53%

R = 40.17%
G = 28.31%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EDA7BA (or 0xEDA7BA) is known color: Cupid. HEX triplet: ED, A7 and BA. RGB value is (237,167,186). Sum of RGB (Red+Green+Blue) = 237+167+186=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 167 (65.62% from 255 or 28.31% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA7BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA7BA is #125845. Grayscale: #BEBEBE. Windows color (decimal): -1202246 or 12232685. OLE color: 12232685.

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

Color convert

RGB 237 167 186 -
CMYK 0 0.30 0.22 0.07
HSL 343.71º 0.66% 0.79% -
HSV(B) 343.71º 0.3% 0.93% -
XYZ 57.61 49.19 52.91 -
YUV 190.1 125.69 161.46 -
System Red Green Blue C M Y K H S L
Decimal 237 167 186 0 0.30 0.22 0.07 343.71 0.66 0.79
Hex ED A7 BA 0 1E 16 7 158 42 4F
Octal 355 247 272 0 36 26 7 530 102 117
Binary 11101101 10100111 10111010 0 11110 10110 111 101011000 1000010 1001111

Color Harmonies of #EDA7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA7BA

Black with #EDA7BA

Text Example


Text Example

White with #EDA7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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