Html Css Color HEX #EDA8C0 Cupid

📋 copy color: '#EDA8C0'

red 237 ◦ green 168 ◦ blue 192

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

Shades of Cupid #EDA8C0

Tints of Cupid #EDA8C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 32.16%

R = 39.7%
G = 28.14%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EDA8C0 (or 0xEDA8C0) is known color: Cupid. HEX triplet: ED, A8 and C0. RGB value is (237,168,192). Sum of RGB (Red+Green+Blue) = 237+168+192=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 168 (66.02% from 255 or 28.14% from 597); Blue value is 192 (75.39% from 255 or 32.16% from 597); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA8C0 is #12573F. Grayscale: #BFBFBF. Windows color (decimal): -1201984 or 12626157. OLE color: 12626157.

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

Color convert

RGB 237 168 192 -
CMYK 0 0.29 0.19 0.07
HSL 339.13º 0.66% 0.79% -
HSV(B) 339.13º 0.29% 0.93% -
XYZ 58.44 49.82 56.4 -
YUV 191.37 128.36 160.55 -
System Red Green Blue C M Y K H S L
Decimal 237 168 192 0 0.29 0.19 0.07 339.13 0.66 0.79
Hex ED A8 C0 0 1D 13 7 153 42 4F
Octal 355 250 300 0 35 23 7 523 102 117
Binary 11101101 10101000 11000000 0 11101 10011 111 101010011 1000010 1001111

Color Harmonies of #EDA8C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA8C0

Black with #EDA8C0

Text Example


Text Example

White with #EDA8C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA8C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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