Html Css Color HEX #EDA7BD Cupid

📋 copy color: '#EDA7BD'

red 237 ◦ green 167 ◦ blue 189

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

Shades of Cupid #EDA7BD

Tints of Cupid #EDA7BD

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.16%

 BLUE value IS 189 (74.22% from 255) = 31.87%

R = 39.97%
G = 28.16%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EDA7BD (or 0xEDA7BD) is known color: Cupid. HEX triplet: ED, A7 and BD. RGB value is (237,167,189). Sum of RGB (Red+Green+Blue) = 237+167+189=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 167 (65.62% from 255 or 28.16% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA7BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA7BD is #125842. Grayscale: #BEBEBE. Windows color (decimal): -1202243 or 12429293. OLE color: 12429293.

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

Color convert

RGB 237 167 189 -
CMYK 0 0.30 0.20 0.07
HSL 341.14º 0.66% 0.79% -
HSV(B) 341.14º 0.3% 0.93% -
XYZ 57.93 49.32 54.61 -
YUV 190.44 127.19 161.21 -
System Red Green Blue C M Y K H S L
Decimal 237 167 189 0 0.30 0.20 0.07 341.14 0.66 0.79
Hex ED A7 BD 0 1E 14 7 155 42 4F
Octal 355 247 275 0 36 24 7 525 102 117
Binary 11101101 10100111 10111101 0 11110 10100 111 101010101 1000010 1001111

Color Harmonies of #EDA7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA7BD

Black with #EDA7BD

Text Example


Text Example

White with #EDA7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA7BD; }

 p { color: rgb(237,167,189); }

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

background-color css

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

 a { background-color: rgb(237,167,189); }

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

border-color css

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

 span { border-color: rgb(237,167,189); }

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