Html Css Color HEX #EDB0BE Cupid

📋 copy color: '#EDB0BE'

red 237 ◦ green 176 ◦ blue 190

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

Shades of Cupid #EDB0BE

Tints of Cupid #EDB0BE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.19%

 BLUE value IS 190 (74.61% from 255) = 31.51%

R = 39.3%
G = 29.19%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EDB0BE (or 0xEDB0BE) is known color: Cupid. HEX triplet: ED, B0 and BE. RGB value is (237,176,190). Sum of RGB (Red+Green+Blue) = 237+176+190=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 176 (69.14% from 255 or 29.19% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB0BE is #124F41. Grayscale: #C3C3C3. Windows color (decimal): -1199938 or 12497133. OLE color: 12497133.

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

Color convert

RGB 237 176 190 -
CMYK 0 0.26 0.20 0.07
HSL 346.23º 0.63% 0.81% -
HSV(B) 346.23º 0.26% 0.93% -
XYZ 59.74 52.77 55.75 -
YUV 195.84 124.71 157.36 -
System Red Green Blue C M Y K H S L
Decimal 237 176 190 0 0.26 0.20 0.07 346.23 0.63 0.81
Hex ED B0 BE 0 1A 14 7 15A 3F 51
Octal 355 260 276 0 32 24 7 532 77 121
Binary 11101101 10110000 10111110 0 11010 10100 111 101011010 111111 1010001

Color Harmonies of #EDB0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB0BE

Black with #EDB0BE

Text Example


Text Example

White with #EDB0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB0BE; }

 p { color: rgb(237,176,190); }

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

background-color css

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

 a { background-color: rgb(237,176,190); }

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

border-color css

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

 span { border-color: rgb(237,176,190); }

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