Html Css Color HEX #EFABC3 Cupid

📋 copy color: '#EFABC3'

red 239 ◦ green 171 ◦ blue 195

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

Shades of Cupid #EFABC3

Tints of Cupid #EFABC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 32.23%

R = 39.5%
G = 28.26%
B = 32.23%

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

#EFABC3 (or 0xEFABC3) is known color: Cupid. HEX triplet: EF, AB and C3. RGB value is (239,171,195). Sum of RGB (Red+Green+Blue) = 239+171+195=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 171 (67.19% from 255 or 28.26% from 605); Blue value is 195 (76.56% from 255 or 32.23% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABC3 is #10543C. Grayscale: #C2C2C2. Windows color (decimal): -1070141 or 12823535. OLE color: 12823535.

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

Color convert

RGB 239 171 195 -
CMYK 0 0.28 0.18 0.06
HSL 338.82º 0.68% 0.8% -
HSV(B) 338.82º 0.28% 0.94% -
XYZ 60.01 51.42 58.39 -
YUV 194.07 128.53 160.05 -
System Red Green Blue C M Y K H S L
Decimal 239 171 195 0 0.28 0.18 0.06 338.82 0.68 0.8
Hex EF AB C3 0 1C 12 6 153 44 50
Octal 357 253 303 0 34 22 6 523 104 120
Binary 11101111 10101011 11000011 0 11100 10010 110 101010011 1000100 1010000

Color Harmonies of #EFABC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFABC3

Black with #EFABC3

Text Example


Text Example

White with #EFABC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFABC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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