Html Css Color HEX #EDA5BB Cupid

📋 copy color: '#EDA5BB'

red 237 ◦ green 165 ◦ blue 187

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

Shades of Cupid #EDA5BB

Tints of Cupid #EDA5BB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.01%

 BLUE value IS 187 (73.44% from 255) = 31.75%

R = 40.24%
G = 28.01%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EDA5BB (or 0xEDA5BB) is known color: Cupid. HEX triplet: ED, A5 and BB. RGB value is (237,165,187). Sum of RGB (Red+Green+Blue) = 237+165+187=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 165 (64.84% from 255 or 28.01% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA5BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA5BB is #125A44. Grayscale: #BDBDBD. Windows color (decimal): -1202757 or 12297709. OLE color: 12297709.

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

Color convert

RGB 237 165 187 -
CMYK 0 0.30 0.21 0.07
HSL 341.67º 0.67% 0.79% -
HSV(B) 341.67º 0.3% 0.93% -
XYZ 57.35 48.5 53.35 -
YUV 189.04 126.85 162.21 -
System Red Green Blue C M Y K H S L
Decimal 237 165 187 0 0.30 0.21 0.07 341.67 0.67 0.79
Hex ED A5 BB 0 1E 15 7 156 43 4F
Octal 355 245 273 0 36 25 7 526 103 117
Binary 11101101 10100101 10111011 0 11110 10101 111 101010110 1000011 1001111

Color Harmonies of #EDA5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA5BB

Black with #EDA5BB

Text Example


Text Example

White with #EDA5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA5BB; }

 p { color: rgb(237,165,187); }

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

background-color css

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

 a { background-color: rgb(237,165,187); }

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

border-color css

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

 span { border-color: rgb(237,165,187); }

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