Html Css Color HEX #EFABC8 Cupid

📋 copy color: '#EFABC8'

red 239 ◦ green 171 ◦ blue 200

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

Shades of Cupid #EFABC8

Tints of Cupid #EFABC8

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.03%

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

R = 39.18%
G = 28.03%
B = 32.79%

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

#EFABC8 (or 0xEFABC8) is known color: Cupid. HEX triplet: EF, AB and C8. RGB value is (239,171,200). Sum of RGB (Red+Green+Blue) = 239+171+200=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 171 (67.19% from 255 or 28.03% from 610); Blue value is 200 (78.52% from 255 or 32.79% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABC8 is #105437. Grayscale: #C2C2C2. Windows color (decimal): -1070136 or 13151215. OLE color: 13151215.

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

Color convert

RGB 239 171 200 -
CMYK 0 0.28 0.16 0.06
HSL 334.41º 0.68% 0.8% -
HSV(B) 334.41º 0.28% 0.94% -
XYZ 60.58 51.65 61.42 -
YUV 194.64 131.03 159.64 -
System Red Green Blue C M Y K H S L
Decimal 239 171 200 0 0.28 0.16 0.06 334.41 0.68 0.8
Hex EF AB C8 0 1C 10 6 14E 44 50
Octal 357 253 310 0 34 20 6 516 104 120
Binary 11101111 10101011 11001000 0 11100 10000 110 101001110 1000100 1010000

Color Harmonies of #EFABC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFABC8

Black with #EFABC8

Text Example


Text Example

White with #EFABC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFABC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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