Html Css Color HEX #EDB2BE Cupid

📋 copy color: '#EDB2BE'

red 237 ◦ green 178 ◦ blue 190

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

Shades of Cupid #EDB2BE

Tints of Cupid #EDB2BE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.42%

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

R = 39.17%
G = 29.42%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EDB2BE (or 0xEDB2BE) is known color: Cupid. HEX triplet: ED, B2 and BE. RGB value is (237,178,190). Sum of RGB (Red+Green+Blue) = 237+178+190=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 178 (69.92% from 255 or 29.42% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB2BE is #124D41. Grayscale: #C5C5C5. Windows color (decimal): -1199426 or 12497645. OLE color: 12497645.

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

Color convert

RGB 237 178 190 -
CMYK 0 0.25 0.20 0.07
HSL 347.8º 0.62% 0.81% -
HSV(B) 347.8º 0.25% 0.93% -
XYZ 60.14 53.56 55.88 -
YUV 197.01 124.05 156.52 -
System Red Green Blue C M Y K H S L
Decimal 237 178 190 0 0.25 0.20 0.07 347.8 0.62 0.81
Hex ED B2 BE 0 19 14 7 15C 3E 51
Octal 355 262 276 0 31 24 7 534 76 121
Binary 11101101 10110010 10111110 0 11001 10100 111 101011100 111110 1010001

Color Harmonies of #EDB2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB2BE

Black with #EDB2BE

Text Example


Text Example

White with #EDB2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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