Html Css Color HEX #EFADC5 Cupid

📋 copy color: '#EFADC5'

red 239 ◦ green 173 ◦ blue 197

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

Shades of Cupid #EFADC5

Tints of Cupid #EFADC5

RGB

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

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

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

R = 39.24%
G = 28.41%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EFADC5 (or 0xEFADC5) is known color: Cupid. HEX triplet: EF, AD and C5. RGB value is (239,173,197). Sum of RGB (Red+Green+Blue) = 239+173+197=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 197 (77.34% from 255 or 32.35% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADC5 is #10523A. Grayscale: #C3C3C3. Windows color (decimal): -1069627 or 12955119. OLE color: 12955119.

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

Color convert

RGB 239 173 197 -
CMYK 0 0.28 0.18 0.06
HSL 338.18º 0.67% 0.81% -
HSV(B) 338.18º 0.28% 0.94% -
XYZ 60.62 52.27 59.72 -
YUV 195.47 128.87 159.05 -
System Red Green Blue C M Y K H S L
Decimal 239 173 197 0 0.28 0.18 0.06 338.18 0.67 0.81
Hex EF AD C5 0 1C 12 6 152 43 51
Octal 357 255 305 0 34 22 6 522 103 121
Binary 11101111 10101101 11000101 0 11100 10010 110 101010010 1000011 1010001

Color Harmonies of #EFADC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFADC5

Black with #EFADC5

Text Example


Text Example

White with #EFADC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFADC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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