Html Css Color HEX #EDADBE Cupid

📋 copy color: '#EDADBE'

red 237 ◦ green 173 ◦ blue 190

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

Shades of Cupid #EDADBE

Tints of Cupid #EDADBE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.83%

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

R = 39.5%
G = 28.83%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EDADBE (or 0xEDADBE) is known color: Cupid. HEX triplet: ED, AD and BE. RGB value is (237,173,190). Sum of RGB (Red+Green+Blue) = 237+173+190=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 190 (74.61% from 255 or 31.67% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDADBE is #125241. Grayscale: #C2C2C2. Windows color (decimal): -1200706 or 12496365. OLE color: 12496365.

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

Color convert

RGB 237 173 190 -
CMYK 0 0.27 0.20 0.07
HSL 344.06º 0.64% 0.8% -
HSV(B) 344.06º 0.27% 0.93% -
XYZ 59.16 51.61 55.56 -
YUV 194.07 125.7 158.62 -
System Red Green Blue C M Y K H S L
Decimal 237 173 190 0 0.27 0.20 0.07 344.06 0.64 0.8
Hex ED AD BE 0 1B 14 7 158 40 50
Octal 355 255 276 0 33 24 7 530 100 120
Binary 11101101 10101101 10111110 0 11011 10100 111 101011000 1000000 1010000

Color Harmonies of #EDADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDADBE

Black with #EDADBE

Text Example


Text Example

White with #EDADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDADBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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