Html Css Color HEX #EDA6BA Cupid

📋 copy color: '#EDA6BA'

red 237 ◦ green 166 ◦ blue 186

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

Shades of Cupid #EDA6BA

Tints of Cupid #EDA6BA

RGB

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

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

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

R = 40.24%
G = 28.18%
B = 31.58%

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

#EDA6BA (or 0xEDA6BA) is known color: Cupid. HEX triplet: ED, A6 and BA. RGB value is (237,166,186). Sum of RGB (Red+Green+Blue) = 237+166+186=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 166 (65.23% from 255 or 28.18% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA6BA is #125945. Grayscale: #BDBDBD. Windows color (decimal): -1202502 or 12232429. OLE color: 12232429.

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

Color convert

RGB 237 166 186 -
CMYK 0 0.30 0.22 0.07
HSL 343.1º 0.66% 0.79% -
HSV(B) 343.1º 0.3% 0.93% -
XYZ 57.42 48.82 52.85 -
YUV 189.51 126.02 161.87 -
System Red Green Blue C M Y K H S L
Decimal 237 166 186 0 0.30 0.22 0.07 343.1 0.66 0.79
Hex ED A6 BA 0 1E 16 7 157 42 4F
Octal 355 246 272 0 36 26 7 527 102 117
Binary 11101101 10100110 10111010 0 11110 10110 111 101010111 1000010 1001111

Color Harmonies of #EDA6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA6BA

Black with #EDA6BA

Text Example


Text Example

White with #EDA6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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