Html Css Color HEX #EFADC6 Cupid

📋 copy color: '#EFADC6'

red 239 ◦ green 173 ◦ blue 198

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

Shades of Cupid #EFADC6

Tints of Cupid #EFADC6

RGB

 RED value IS 239 (93.75% from 255) = 39.18%

 GREEN value IS 173 (67.97% from 255) = 28.36%

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

R = 39.18%
G = 28.36%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EFADC6 (or 0xEFADC6) is known color: Cupid. HEX triplet: EF, AD and C6. RGB value is (239,173,198). Sum of RGB (Red+Green+Blue) = 239+173+198=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 173 (67.97% from 255 or 28.36% from 610); Blue value is 198 (77.73% from 255 or 32.46% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADC6 is #105239. Grayscale: #C3C3C3. Windows color (decimal): -1069626 or 13020655. OLE color: 13020655.

HSL color Cylindrical-coordinate representation of color #EFADC6: hue angle of 337.27º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFADC6 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 173 198 -
CMYK 0 0.28 0.17 0.06
HSL 337.27º 0.67% 0.81% -
HSV(B) 337.27º 0.28% 0.94% -
XYZ 60.73 52.32 60.32 -
YUV 195.58 129.37 158.97 -
System Red Green Blue C M Y K H S L
Decimal 239 173 198 0 0.28 0.17 0.06 337.27 0.67 0.81
Hex EF AD C6 0 1C 11 6 151 43 51
Octal 357 255 306 0 34 21 6 521 103 121
Binary 11101111 10101101 11000110 0 11100 10001 110 101010001 1000011 1010001

Color Harmonies of #EFADC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFADC6

Black with #EFADC6

Text Example


Text Example

White with #EFADC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFADC6; }

 p { color: rgb(239,173,198); }

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

background-color css

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

 a { background-color: rgb(239,173,198); }

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

border-color css

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

 span { border-color: rgb(239,173,198); }

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