Html Css Color HEX #EDA5BA Cupid

📋 copy color: '#EDA5BA'

red 237 ◦ green 165 ◦ blue 186

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

Shades of Cupid #EDA5BA

Tints of Cupid #EDA5BA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.06%

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

R = 40.31%
G = 28.06%
B = 31.63%

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

#EDA5BA (or 0xEDA5BA) is known color: Cupid. HEX triplet: ED, A5 and BA. RGB value is (237,165,186). Sum of RGB (Red+Green+Blue) = 237+165+186=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 165 (64.84% from 255 or 28.06% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA5BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA5BA is #125A45. Grayscale: #BCBCBC. Windows color (decimal): -1202758 or 12232173. OLE color: 12232173.

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

Color convert

RGB 237 165 186 -
CMYK 0 0.30 0.22 0.07
HSL 342.5º 0.67% 0.79% -
HSV(B) 342.5º 0.3% 0.93% -
XYZ 57.24 48.46 52.79 -
YUV 188.92 126.35 162.29 -
System Red Green Blue C M Y K H S L
Decimal 237 165 186 0 0.30 0.22 0.07 342.5 0.67 0.79
Hex ED A5 BA 0 1E 16 7 156 43 4F
Octal 355 245 272 0 36 26 7 526 103 117
Binary 11101101 10100101 10111010 0 11110 10110 111 101010110 1000011 1001111

Color Harmonies of #EDA5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA5BA

Black with #EDA5BA

Text Example


Text Example

White with #EDA5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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