Html Css Color HEX #EDB1BF Cupid

📋 copy color: '#EDB1BF'

red 237 ◦ green 177 ◦ blue 191

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

Shades of Cupid #EDB1BF

Tints of Cupid #EDB1BF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.26%

 BLUE value IS 191 (75% from 255) = 31.57%

R = 39.17%
G = 29.26%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EDB1BF (or 0xEDB1BF) is known color: Cupid. HEX triplet: ED, B1 and BF. RGB value is (237,177,191). Sum of RGB (Red+Green+Blue) = 237+177+191=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 177 (69.53% from 255 or 29.26% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB1BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB1BF is #124E40. Grayscale: #C4C4C4. Windows color (decimal): -1199681 or 12562925. OLE color: 12562925.

HSL color Cylindrical-coordinate representation of color #EDB1BF: hue angle of 346º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDB1BF is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 177 191 -
CMYK 0 0.25 0.19 0.07
HSL 346º 0.63% 0.81% -
HSV(B) 346º 0.25% 0.93% -
XYZ 60.05 53.21 56.4 -
YUV 196.54 124.88 156.86 -
System Red Green Blue C M Y K H S L
Decimal 237 177 191 0 0.25 0.19 0.07 346 0.63 0.81
Hex ED B1 BF 0 19 13 7 15A 3E 51
Octal 355 261 277 0 31 23 7 532 76 121
Binary 11101101 10110001 10111111 0 11001 10011 111 101011010 111110 1010001

Color Harmonies of #EDB1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB1BF

Black with #EDB1BF

Text Example


Text Example

White with #EDB1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB1BF; }

 p { color: rgb(237,177,191); }

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

background-color css

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

 a { background-color: rgb(237,177,191); }

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

border-color css

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

 span { border-color: rgb(237,177,191); }

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