Html Css Color HEX #EDA8BA Cupid

📋 copy color: '#EDA8BA'

red 237 ◦ green 168 ◦ blue 186

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

Shades of Cupid #EDA8BA

Tints of Cupid #EDA8BA

RGB

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

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

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

R = 40.1%
G = 28.43%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EDA8BA (or 0xEDA8BA) is known color: Cupid. HEX triplet: ED, A8 and BA. RGB value is (237,168,186). Sum of RGB (Red+Green+Blue) = 237+168+186=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 168 (66.02% from 255 or 28.43% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA8BA is #125745. Grayscale: #BEBEBE. Windows color (decimal): -1201990 or 12232941. OLE color: 12232941.

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

Color convert

RGB 237 168 186 -
CMYK 0 0.29 0.22 0.07
HSL 344.35º 0.66% 0.79% -
HSV(B) 344.35º 0.29% 0.93% -
XYZ 57.79 49.55 52.97 -
YUV 190.68 125.36 161.04 -
System Red Green Blue C M Y K H S L
Decimal 237 168 186 0 0.29 0.22 0.07 344.35 0.66 0.79
Hex ED A8 BA 0 1D 16 7 158 42 4F
Octal 355 250 272 0 35 26 7 530 102 117
Binary 11101101 10101000 10111010 0 11101 10110 111 101011000 1000010 1001111

Color Harmonies of #EDA8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA8BA

Black with #EDA8BA

Text Example


Text Example

White with #EDA8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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