Html Css Color HEX #EDAABF Cupid

📋 copy color: '#EDAABF'

red 237 ◦ green 170 ◦ blue 191

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

Shades of Cupid #EDAABF

Tints of Cupid #EDAABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 31.94%

R = 39.63%
G = 28.43%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EDAABF (or 0xEDAABF) is known color: Cupid. HEX triplet: ED, AA and BF. RGB value is (237,170,191). Sum of RGB (Red+Green+Blue) = 237+170+191=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 170 (66.80% from 255 or 28.43% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAABF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAABF is #125540. Grayscale: #C0C0C0. Windows color (decimal): -1201473 or 12561133. OLE color: 12561133.

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

Color convert

RGB 237 170 191 -
CMYK 0 0.28 0.19 0.07
HSL 341.19º 0.65% 0.8% -
HSV(B) 341.19º 0.28% 0.93% -
XYZ 58.7 50.52 55.95 -
YUV 192.43 127.2 159.79 -
System Red Green Blue C M Y K H S L
Decimal 237 170 191 0 0.28 0.19 0.07 341.19 0.65 0.8
Hex ED AA BF 0 1C 13 7 155 41 50
Octal 355 252 277 0 34 23 7 525 101 120
Binary 11101101 10101010 10111111 0 11100 10011 111 101010101 1000001 1010000

Color Harmonies of #EDAABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAABF

Black with #EDAABF

Text Example


Text Example

White with #EDAABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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