Html Css Color HEX #EDAFC5 Cupid

📋 copy color: '#EDAFC5'

red 237 ◦ green 175 ◦ blue 197

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

Shades of Cupid #EDAFC5

Tints of Cupid #EDAFC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 32.35%

R = 38.92%
G = 28.74%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EDAFC5 (or 0xEDAFC5) is known color: Cupid. HEX triplet: ED, AF and C5. RGB value is (237,175,197). Sum of RGB (Red+Green+Blue) = 237+175+197=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 197 (77.34% from 255 or 32.35% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAFC5 is #12503A. Grayscale: #C4C4C4. Windows color (decimal): -1200187 or 12955629. OLE color: 12955629.

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

Color convert

RGB 237 175 197 -
CMYK 0 0.26 0.17 0.07
HSL 338.71º 0.63% 0.81% -
HSV(B) 338.71º 0.26% 0.93% -
XYZ 60.33 52.7 59.81 -
YUV 196.05 128.54 157.21 -
System Red Green Blue C M Y K H S L
Decimal 237 175 197 0 0.26 0.17 0.07 338.71 0.63 0.81
Hex ED AF C5 0 1A 11 7 153 3F 51
Octal 355 257 305 0 32 21 7 523 77 121
Binary 11101101 10101111 11000101 0 11010 10001 111 101010011 111111 1010001

Color Harmonies of #EDAFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAFC5

Black with #EDAFC5

Text Example


Text Example

White with #EDAFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAFC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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