Html Css Color HEX #EDAABB Cupid

📋 copy color: '#EDAABB'

red 237 ◦ green 170 ◦ blue 187

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

Shades of Cupid #EDAABB

Tints of Cupid #EDAABB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.62%

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

R = 39.9%
G = 28.62%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EDAABB (or 0xEDAABB) is known color: Cupid. HEX triplet: ED, AA and BB. RGB value is (237,170,187). Sum of RGB (Red+Green+Blue) = 237+170+187=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAABB is #125544. Grayscale: #BFBFBF. Windows color (decimal): -1201477 or 12298989. OLE color: 12298989.

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

Color convert

RGB 237 170 187 -
CMYK 0 0.28 0.21 0.07
HSL 344.78º 0.65% 0.8% -
HSV(B) 344.78º 0.28% 0.93% -
XYZ 58.27 50.34 53.66 -
YUV 191.97 125.2 160.12 -
System Red Green Blue C M Y K H S L
Decimal 237 170 187 0 0.28 0.21 0.07 344.78 0.65 0.8
Hex ED AA BB 0 1C 15 7 159 41 50
Octal 355 252 273 0 34 25 7 531 101 120
Binary 11101101 10101010 10111011 0 11100 10101 111 101011001 1000001 1010000

Color Harmonies of #EDAABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAABB

Black with #EDAABB

Text Example


Text Example

White with #EDAABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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