Html Css Color HEX #EFAFC3 Cupid

📋 copy color: '#EFAFC3'

red 239 ◦ green 175 ◦ blue 195

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

Shades of Cupid #EFAFC3

Tints of Cupid #EFAFC3

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.74%

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

R = 39.24%
G = 28.74%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EFAFC3 (or 0xEFAFC3) is known color: Cupid. HEX triplet: EF, AF and C3. RGB value is (239,175,195). Sum of RGB (Red+Green+Blue) = 239+175+195=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 195 (76.56% from 255 or 32.02% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFC3 is #10503C. Grayscale: #C4C4C4. Windows color (decimal): -1069117 or 12824559. OLE color: 12824559.

HSL color Cylindrical-coordinate representation of color #EFAFC3: hue angle of 341.25º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFAFC3 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 175 195 -
CMYK 0 0.27 0.18 0.06
HSL 341.25º 0.67% 0.81% -
HSV(B) 341.25º 0.27% 0.94% -
XYZ 60.78 52.95 58.65 -
YUV 196.42 127.2 158.37 -
System Red Green Blue C M Y K H S L
Decimal 239 175 195 0 0.27 0.18 0.06 341.25 0.67 0.81
Hex EF AF C3 0 1B 12 6 155 43 51
Octal 357 257 303 0 33 22 6 525 103 121
Binary 11101111 10101111 11000011 0 11011 10010 110 101010101 1000011 1010001

Color Harmonies of #EFAFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAFC3

Black with #EFAFC3

Text Example


Text Example

White with #EFAFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAFC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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