Html Css Color HEX #EFADC8 Cupid

📋 copy color: '#EFADC8'

red 239 ◦ green 173 ◦ blue 200

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

Shades of Cupid #EFADC8

Tints of Cupid #EFADC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.68%

R = 39.05%
G = 28.27%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EFADC8 (or 0xEFADC8) is known color: Cupid. HEX triplet: EF, AD and C8. RGB value is (239,173,200). Sum of RGB (Red+Green+Blue) = 239+173+200=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 200 (78.52% from 255 or 32.68% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADC8 is #105237. Grayscale: #C3C3C3. Windows color (decimal): -1069624 or 13151727. OLE color: 13151727.

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

Color convert

RGB 239 173 200 -
CMYK 0 0.28 0.16 0.06
HSL 335.45º 0.67% 0.81% -
HSV(B) 335.45º 0.28% 0.94% -
XYZ 60.97 52.41 61.55 -
YUV 195.81 130.37 158.8 -
System Red Green Blue C M Y K H S L
Decimal 239 173 200 0 0.28 0.16 0.06 335.45 0.67 0.81
Hex EF AD C8 0 1C 10 6 14F 43 51
Octal 357 255 310 0 34 20 6 517 103 121
Binary 11101111 10101101 11001000 0 11100 10000 110 101001111 1000011 1010001

Color Harmonies of #EFADC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFADC8

Black with #EFADC8

Text Example


Text Example

White with #EFADC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFADC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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