Html Css Color HEX #EFADC0 Cupid

📋 copy color: '#EFADC0'

red 239 ◦ green 173 ◦ blue 192

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

Shades of Cupid #EFADC0

Tints of Cupid #EFADC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.79%

R = 39.57%
G = 28.64%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EFADC0 (or 0xEFADC0) is known color: Cupid. HEX triplet: EF, AD and C0. RGB value is (239,173,192). Sum of RGB (Red+Green+Blue) = 239+173+192=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 192 (75.39% from 255 or 31.79% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADC0 is #10523F. Grayscale: #C2C2C2. Windows color (decimal): -1069632 or 12627439. OLE color: 12627439.

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

Color convert

RGB 239 173 192 -
CMYK 0 0.28 0.20 0.06
HSL 342.73º 0.67% 0.81% -
HSV(B) 342.73º 0.28% 0.94% -
XYZ 60.05 52.04 56.75 -
YUV 194.9 126.37 159.46 -
System Red Green Blue C M Y K H S L
Decimal 239 173 192 0 0.28 0.20 0.06 342.73 0.67 0.81
Hex EF AD C0 0 1C 14 6 157 43 51
Octal 357 255 300 0 34 24 6 527 103 121
Binary 11101111 10101101 11000000 0 11100 10100 110 101010111 1000011 1010001

Color Harmonies of #EFADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFADC0

Black with #EFADC0

Text Example


Text Example

White with #EFADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFADC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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