Html Css Color HEX #EDAFC6 Cupid

📋 copy color: '#EDAFC6'

red 237 ◦ green 175 ◦ blue 198

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

Shades of Cupid #EDAFC6

Tints of Cupid #EDAFC6

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.69%

 BLUE value IS 198 (77.73% from 255) = 32.46%

R = 38.85%
G = 28.69%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EDAFC6 (or 0xEDAFC6) is known color: Cupid. HEX triplet: ED, AF and C6. RGB value is (237,175,198). Sum of RGB (Red+Green+Blue) = 237+175+198=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 175 (68.75% from 255 or 28.69% from 610); Blue value is 198 (77.73% from 255 or 32.46% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAFC6 is #125039. Grayscale: #C4C4C4. Windows color (decimal): -1200186 or 13021165. OLE color: 13021165.

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

Color convert

RGB 237 175 198 -
CMYK 0 0.26 0.16 0.07
HSL 337.74º 0.63% 0.81% -
HSV(B) 337.74º 0.26% 0.93% -
XYZ 60.45 52.74 60.42 -
YUV 196.16 129.04 157.13 -
System Red Green Blue C M Y K H S L
Decimal 237 175 198 0 0.26 0.16 0.07 337.74 0.63 0.81
Hex ED AF C6 0 1A 10 7 152 3F 51
Octal 355 257 306 0 32 20 7 522 77 121
Binary 11101101 10101111 11000110 0 11010 10000 111 101010010 111111 1010001

Color Harmonies of #EDAFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAFC6

Black with #EDAFC6

Text Example


Text Example

White with #EDAFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAFC6; }

 p { color: rgb(237,175,198); }

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

background-color css

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

 a { background-color: rgb(237,175,198); }

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

border-color css

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

 span { border-color: rgb(237,175,198); }

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