Html Css Color HEX #EDA8C5 Cupid

📋 copy color: '#EDA8C5'

red 237 ◦ green 168 ◦ blue 197

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

Shades of Cupid #EDA8C5

Tints of Cupid #EDA8C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 32.72%

R = 39.37%
G = 27.91%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EDA8C5 (or 0xEDA8C5) is known color: Cupid. HEX triplet: ED, A8 and C5. RGB value is (237,168,197). Sum of RGB (Red+Green+Blue) = 237+168+197=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 168 (66.02% from 255 or 27.91% from 602); Blue value is 197 (77.34% from 255 or 32.72% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA8C5 is #12573A. Grayscale: #BFBFBF. Windows color (decimal): -1201979 or 12953837. OLE color: 12953837.

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

Color convert

RGB 237 168 197 -
CMYK 0 0.29 0.17 0.07
HSL 334.78º 0.66% 0.79% -
HSV(B) 334.78º 0.29% 0.93% -
XYZ 59.01 50.04 59.37 -
YUV 191.94 130.86 160.14 -
System Red Green Blue C M Y K H S L
Decimal 237 168 197 0 0.29 0.17 0.07 334.78 0.66 0.79
Hex ED A8 C5 0 1D 11 7 14F 42 4F
Octal 355 250 305 0 35 21 7 517 102 117
Binary 11101101 10101000 11000101 0 11101 10001 111 101001111 1000010 1001111

Color Harmonies of #EDA8C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA8C5

Black with #EDA8C5

Text Example


Text Example

White with #EDA8C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA8C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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