Html Css Color HEX #EDB0C0 Cupid

📋 copy color: '#EDB0C0'

red 237 ◦ green 176 ◦ blue 192

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

Shades of Cupid #EDB0C0

Tints of Cupid #EDB0C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.74%

R = 39.17%
G = 29.09%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EDB0C0 (or 0xEDB0C0) is known color: Cupid. HEX triplet: ED, B0 and C0. RGB value is (237,176,192). Sum of RGB (Red+Green+Blue) = 237+176+192=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 176 (69.14% from 255 or 29.09% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB0C0 is #124F3F. Grayscale: #C4C4C4. Windows color (decimal): -1199936 or 12628205. OLE color: 12628205.

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

Color convert

RGB 237 176 192 -
CMYK 0 0.26 0.19 0.07
HSL 344.26º 0.63% 0.81% -
HSV(B) 344.26º 0.26% 0.93% -
XYZ 59.96 52.86 56.91 -
YUV 196.06 125.71 157.2 -
System Red Green Blue C M Y K H S L
Decimal 237 176 192 0 0.26 0.19 0.07 344.26 0.63 0.81
Hex ED B0 C0 0 1A 13 7 158 3F 51
Octal 355 260 300 0 32 23 7 530 77 121
Binary 11101101 10110000 11000000 0 11010 10011 111 101011000 111111 1010001

Color Harmonies of #EDB0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB0C0

Black with #EDB0C0

Text Example


Text Example

White with #EDB0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB0C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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