Html Css Color HEX #EDA6BB Cupid

📋 copy color: '#EDA6BB'

red 237 ◦ green 166 ◦ blue 187

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

Shades of Cupid #EDA6BB

Tints of Cupid #EDA6BB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.14%

 BLUE value IS 187 (73.44% from 255) = 31.69%

R = 40.17%
G = 28.14%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EDA6BB (or 0xEDA6BB) is known color: Cupid. HEX triplet: ED, A6 and BB. RGB value is (237,166,187). Sum of RGB (Red+Green+Blue) = 237+166+187=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 166 (65.23% from 255 or 28.14% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA6BB is #125944. Grayscale: #BDBDBD. Windows color (decimal): -1202501 or 12297965. OLE color: 12297965.

HSL color Cylindrical-coordinate representation of color #EDA6BB: hue angle of 342.25º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDA6BB is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 166 187 -
CMYK 0 0.30 0.21 0.07
HSL 342.25º 0.66% 0.79% -
HSV(B) 342.25º 0.3% 0.93% -
XYZ 57.53 48.86 53.41 -
YUV 189.62 126.52 161.79 -
System Red Green Blue C M Y K H S L
Decimal 237 166 187 0 0.30 0.21 0.07 342.25 0.66 0.79
Hex ED A6 BB 0 1E 15 7 156 42 4F
Octal 355 246 273 0 36 25 7 526 102 117
Binary 11101101 10100110 10111011 0 11110 10101 111 101010110 1000010 1001111

Color Harmonies of #EDA6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA6BB

Black with #EDA6BB

Text Example


Text Example

White with #EDA6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA6BB; }

 p { color: rgb(237,166,187); }

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

background-color css

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

 a { background-color: rgb(237,166,187); }

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

border-color css

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

 span { border-color: rgb(237,166,187); }

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